Html Css Color HEX #787071 Empress

📋 copy color: '#787071'

red 120 ◦ green 112 ◦ blue 113

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

Shades of Empress #787071

Tints of Empress #787071

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.46%

 BLUE value IS 113 (44.53% from 255) = 32.75%

R = 34.78%
G = 32.46%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#787071 (or 0x787071) is known color: Empress. HEX triplet: 78, 70 and 71. RGB value is (120,112,113). Sum of RGB (Red+Green+Blue) = 120+112+113=345 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.78% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 113 (44.53% from 255 or 32.75% from 345); Max value from RGB is 120 - color contains mainly: red. Hex color #787071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787071 is #878F8E. Grayscale: #727272. Windows color (decimal): -8884111 or 7434360. OLE color: 7434360.

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

Color convert

RGB 120 112 113 -
CMYK 0 0.07 0.06 0.53
HSL 352.5º 0.03% 0.45% -
HSV(B) 352.5º 0.07% 0.47% -
XYZ 16.52 16.77 17.99 -
YUV 114.51 127.15 131.92 -
System Red Green Blue C M Y K H S L
Decimal 120 112 113 0 0.07 0.06 0.53 352.5 0.03 0.45
Hex 78 70 71 0 7 6 35 160 3 2D
Octal 170 160 161 0 7 6 65 540 3 55
Binary 1111000 1110000 1110001 0 111 110 110101 101100000 11 101101

Color Harmonies of #787071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787071

Black with #787071

Text Example


Text Example

White with #787071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787071; }

 p { color: rgb(120,112,113); }

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

background-color css

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

 a { background-color: rgb(120,112,113); }

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

border-color css

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

 span { border-color: rgb(120,112,113); }

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