Html Css Color HEX #787475 Empress

📋 copy color: '#787475'

red 120 ◦ green 116 ◦ blue 117

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

Shades of Empress #787475

Tints of Empress #787475

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.86%

 BLUE value IS 117 (46.09% from 255) = 33.14%

R = 33.99%
G = 32.86%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#787475 (or 0x787475) is known color: Empress. HEX triplet: 78, 74 and 75. RGB value is (120,116,117). Sum of RGB (Red+Green+Blue) = 120+116+117=353 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.99% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 120 - color contains mainly: red. Hex color #787475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787475 is #878B8A. Grayscale: #757575. Windows color (decimal): -8883083 or 7697528. OLE color: 7697528.

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

Color convert

RGB 120 116 117 -
CMYK 0 0.03 0.02 0.53
HSL 345º 0.02% 0.46% -
HSV(B) 345º 0.03% 0.47% -
XYZ 17.2 17.77 19.35 -
YUV 117.31 127.83 129.92 -
System Red Green Blue C M Y K H S L
Decimal 120 116 117 0 0.03 0.02 0.53 345 0.02 0.46
Hex 78 74 75 0 3 2 35 159 2 2E
Octal 170 164 165 0 3 2 65 531 2 56
Binary 1111000 1110100 1110101 0 11 10 110101 101011001 10 101110

Color Harmonies of #787475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787475

Black with #787475

Text Example


Text Example

White with #787475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787475; }

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

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

background-color css

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

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

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

border-color css

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

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

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