#77696C

Color #77696C Empress (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Empress #77696C

Tints of Empress #77696C

Color information

#77696C (or 0x77696C) is unknown color: approx Empress. HEX triplet: 77, 69 and 6C. RGB value is (119,105,108). Sum of RGB (Red+Green+Blue) = 119+105+108=332 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.84% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 119 - color contains mainly: red. Hex color #77696C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77696C is #889693. Grayscale: #6D6D6D. Windows color (decimal): -8951444 or 7104887. OLE color: 7104887.

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

Color convert

RGB119105108-
CMYK00.120.090.53
HSL347.14º6.25%43.92%-
HSV(B)347.14º11.76%46.67%-
XYZ15.3715.1116.29-
YUV109.53127.14134.76-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.84%
GREEN value IS 105 (41.41% from 255) = 31.63%
BLUE value IS 108 (42.58% from 255) = 32.53%
R=35.84%
G=31.63%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11910510800.120.090.53347.146.2543.92
Hex77696C0C93515b62c
Octal1671511540141165533654
Binary111011111010011101100011001001110101101011011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77696C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #77696C;
 }
 .AnyTagClassName
 {
   color: #77696C;
 }
</style>
background-color css

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

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

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

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

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

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