Html Css Color HEX #77686C Empress

📋 copy color: '#77686C'

red 119 ◦ green 104 ◦ blue 108

#77686C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Empress #77686C

Tints of Empress #77686C

RGB

 RED value IS 119 (46.88% from 255) = 35.95%

 GREEN value IS 104 (41.02% from 255) = 31.42%

 BLUE value IS 108 (42.58% from 255) = 32.63%

R = 35.95%
G = 31.42%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.09

 K value IS 0.53

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#77686C (or 0x77686C) is known color: Empress. HEX triplet: 77, 68 and 6C. RGB value is (119,104,108). Sum of RGB (Red+Green+Blue) = 119+104+108=331 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.95% from 331); Green value is 104 (41.02% from 255 or 31.42% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 119 - color contains mainly: red. Hex color #77686C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77686C is #889793. Grayscale: #6C6C6C. Windows color (decimal): -8951700 or 7104631. OLE color: 7104631.

HSL color Cylindrical-coordinate representation of color #77686C: hue angle of 344º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #77686C is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 104 108 -
CMYK 0 0.13 0.09 0.53
HSL 344º 0.07% 0.44% -
HSV(B) 344º 0.13% 0.47% -
XYZ 15.26 14.91 16.26 -
YUV 108.94 127.47 135.17 -
System Red Green Blue C M Y K H S L
Decimal 119 104 108 0 0.13 0.09 0.53 344 0.07 0.44
Hex 77 68 6C 0 D 9 35 158 7 2C
Octal 167 150 154 0 15 11 65 530 7 54
Binary 1110111 1101000 1101100 0 1101 1001 110101 101011000 111 101100

Color Harmonies of #77686C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77686C

Black with #77686C

Text Example


Text Example

White with #77686C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77686C; }

 p { color: rgb(119,104,108); }

 H1.HeaderClassName
 {
   color: #77686C;
 }
 .AnyTagClassName
 {
   color: #77686C;
 }
</style>

background-color css

<style>
 a { background-color: #77686C; }

 a { background-color: rgb(119,104,108); }

 div.DivClassName
 {
   background-color: #77686C;
 }
 .BgClassName
 {
   background-color: #77686C;
 }
</style>

border-color css

<style>
 span { border-color: #77686C; }

 span { border-color: rgb(119,104,108); }

 td.TdClassName
 {
   border-color: #77686C;
 }
 .TagClassName
 {
   border-color: #77686C;
 }
</style>