#7D7677

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

Shades of Empress #7D7677

Tints of Empress #7D7677

Color information

#7D7677 (or 0x7D7677) is unknown color: approx Empress. HEX triplet: 7D, 76 and 77. RGB value is (125,118,119). Sum of RGB (Red+Green+Blue) = 125+118+119=362 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.53% from 362); Green value is 118 (46.48% from 255 or 32.60% from 362); Blue value is 119 (46.88% from 255 or 32.87% from 362); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7677 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7677 is #828988. Grayscale: #787878. Windows color (decimal): -8554889 or 7829117. OLE color: 7829117.

HSL color Cylindrical-coordinate representation of color #7D7677: hue angle of 351.43º degrees, saturation: 0.03, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #7D7677 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.51.

Color convert

RGB125118119-
CMYK00.060.050.51
HSL351.43º2.88%47.65%-
HSV(B)351.43º5.6%49.02%-
XYZ18.2718.6520.09-
YUV120.21127.32131.42-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.53%
GREEN value IS 118 (46.48% from 255) = 32.60%
BLUE value IS 119 (46.88% from 255) = 32.87%
R=34.53%
G=32.60%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12511811900.060.050.51351.432.8847.65
Hex7D76770653315f330
Octal17516616706563537360
Binary111110111101101110111011010111001110101111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D7677; }

 p { color: rgb(125,118,119); }

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

<style>
 a { background-color: #7D7677; }

 a { background-color: rgb(125,118,119); }

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

<style>
 span { border-color: #7D7677; }

 span { border-color: rgb(125,118,119); }

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