Color Hex Logo

#768783 Color Hex

#768783
(118,135,131)
0 Favorites   0 Comments

Color spaces of #768783

RGB 118135131
HSL0.460.070.50
HSV166°13°53°
CMYK 0.130.000.03   0.47
XYZ20.231922.818224.8107
Yxy22.81820.29810.3363
Hunter Lab47.7684-7.99252.6429
CIE-Lab54.8846-6.99680.0565

#768783 color RGB value is (118,135,131).

#768783 hex color red value is 118, green value is 135 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #768783 hue: 0.46 , saturation: 0.07 and the lightness value of 768783 is 0.50.

The process color (four color CMYK) of #768783 color hex is 0.13, 0.00, 0.03, 0.47. Web safe color of #768783 is #669999. Color #768783 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10000111 10000011
Octal 166 207 203
Decimal 118 135 131
Hex 76 87 83

RGB Percentages of Color #768783

%30.73
%35.16
%34.11

CMYK Percentages of Color #768783

%13
%0
%3
%47

Triadic Colors of #768783

#768783 #837687 #878376

Analogous Colors of #768783

#768783 #768387 #76877b

Monochromatic Colors of #768783

#768783

Complementary Color

#768783 #87767a

#768783 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#768783 Color Preview on White Background

Lorem ipsum dolor sit amet.

#768783 Color CSS Codes

.mybgcolor {background-color:#768783; } 
.myforecolor {color:#768783; }
.mybordercolor {border:3px solid #768783; }

#768783 Text Font Color

<p style="color:#768783">Text here</p>

This sample text font color is #768783
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#768783 Background Color

<div style="background-color:#768783">
Div content here</div>

This div background color is #768783


#768783 Border Color

<div style="border:3px solid #768783">
Div here</div>

This div border color is #768783


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,135,131, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #768783; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #768783;
  -webkit-box-shadow: 1px 1px 3px 2px #768783;
  box-shadow:         1px 1px 3px 2px #768783; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,135,131, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #768783">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #768783;
  -webkit-box-shadow: 1px 1px 3px 2px #768783;
  box-shadow:         1px 1px 3px 2px #768783;">
Div content here</div>

This div box has shadow with color #768783


Comments

No comments written yet.

Please login to write comment.