Html Css Color HEX #787576 Empress

📋 copy color: '#787576'

red 120 ◦ green 117 ◦ blue 118

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

Shades of Empress #787576

Tints of Empress #787576

RGB

 RED value IS 120 (47.27% from 255) = 33.8%

 GREEN value IS 117 (46.09% from 255) = 32.96%

 BLUE value IS 118 (46.48% from 255) = 33.24%

R = 33.8%
G = 32.96%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#787576 (or 0x787576) is known color: Empress. HEX triplet: 78, 75 and 76. RGB value is (120,117,118). Sum of RGB (Red+Green+Blue) = 120+117+118=355 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.80% from 355); Green value is 117 (46.09% from 255 or 32.96% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 120 - color contains mainly: red. Hex color #787576 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787576 is #878A89. Grayscale: #767676. Windows color (decimal): -8882826 or 7763320. OLE color: 7763320.

HSL color Cylindrical-coordinate representation of color #787576: hue angle of 340º degrees, saturation: 0.01, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #787576 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 117 118 -
CMYK 0 0.02 0.02 0.53
HSL 340º 0.01% 0.46% -
HSV(B) 340º 0.02% 0.47% -
XYZ 17.38 18.02 19.7 -
YUV 118.01 127.99 129.42 -
System Red Green Blue C M Y K H S L
Decimal 120 117 118 0 0.02 0.02 0.53 340 0.01 0.46
Hex 78 75 76 0 2 2 35 154 1 2E
Octal 170 165 166 0 2 2 65 524 1 56
Binary 1111000 1110101 1110110 0 10 10 110101 101010100 1 101110

Color Harmonies of #787576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787576

Black with #787576

Text Example


Text Example

White with #787576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787576; }

 p { color: rgb(120,117,118); }

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

background-color css

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

 a { background-color: rgb(120,117,118); }

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

border-color css

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

 span { border-color: rgb(120,117,118); }

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