#77696B

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

Shades of Empress #77696B

Tints of Empress #77696B

Color information

#77696B (or 0x77696B) is unknown color: approx Empress. HEX triplet: 77, 69 and 6B. RGB value is (119,105,107). Sum of RGB (Red+Green+Blue) = 119+105+107=331 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.95% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 119 - color contains mainly: red. Hex color #77696B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77696B is #889694. Grayscale: #6D6D6D. Windows color (decimal): -8951445 or 7039351. OLE color: 7039351.

HSL color Cylindrical-coordinate representation of color #77696B: hue angle of 351.43º 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 #77696B is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB119105107-
CMYK00.120.100.53
HSL351.43º6.25%43.92%-
HSV(B)351.43º11.76%46.67%-
XYZ15.3115.0916.01-
YUV109.41126.64134.84-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.95%
GREEN value IS 105 (41.41% from 255) = 31.72%
BLUE value IS 107 (42.19% from 255) = 32.33%
R=35.95%
G=31.72%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11910510700.120.100.53351.436.2543.92
Hex77696B0CA3515f62c
Octal1671511530141265537654
Binary111011111010011101011011001010110101101011111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77696B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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