Html Css Color HEX #77686A Empress

📋 copy color: '#77686A'

red 119 ◦ green 104 ◦ blue 106

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

Shades of Empress #77686A

Tints of Empress #77686A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.22%

R = 36.17%
G = 31.61%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#77686A (or 0x77686A) is known color: Empress. HEX triplet: 77, 68 and 6A. RGB value is (119,104,106). Sum of RGB (Red+Green+Blue) = 119+104+106=329 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.17% from 329); Green value is 104 (41.02% from 255 or 31.61% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 119 - color contains mainly: red. Hex color #77686A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77686A is #889795. Grayscale: #6C6C6C. Windows color (decimal): -8951702 or 6973559. OLE color: 6973559.

HSL color Cylindrical-coordinate representation of color #77686A: hue angle of 352º 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 #77686A is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 104 106 -
CMYK 0 0.13 0.11 0.53
HSL 352º 0.07% 0.44% -
HSV(B) 352º 0.13% 0.47% -
XYZ 15.16 14.86 15.71 -
YUV 108.71 126.47 135.34 -
System Red Green Blue C M Y K H S L
Decimal 119 104 106 0 0.13 0.11 0.53 352 0.07 0.44
Hex 77 68 6A 0 D B 35 160 7 2C
Octal 167 150 152 0 15 13 65 540 7 54
Binary 1110111 1101000 1101010 0 1101 1011 110101 101100000 111 101100

Color Harmonies of #77686A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77686A

Black with #77686A

Text Example


Text Example

White with #77686A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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