Html Css Color HEX #807073 Empress

📋 copy color: '#807073'

red 128 ◦ green 112 ◦ blue 115

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

Shades of Empress #807073

Tints of Empress #807073

RGB

 RED value IS 128 (50.39% from 255) = 36.06%

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

 BLUE value IS 115 (45.31% from 255) = 32.39%

R = 36.06%
G = 31.55%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.10

 K value IS 0.50

RGB Variations

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

Color information

#807073 (or 0x807073) is known color: Empress. HEX triplet: 80, 70 and 73. RGB value is (128,112,115). Sum of RGB (Red+Green+Blue) = 128+112+115=355 (47% of max value = 765). Red value is 128 (50.39% from 255 or 36.06% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 115 (45.31% from 255 or 32.39% from 355); Max value from RGB is 128 - color contains mainly: red. Hex color #807073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807073 is #7F8F8C. Grayscale: #757575. Windows color (decimal): -8359821 or 7565440. OLE color: 7565440.

HSL color Cylindrical-coordinate representation of color #807073: hue angle of 348.75º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #807073 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 112 115 -
CMYK 0 0.12 0.10 0.50
HSL 348.75º 0.07% 0.47% -
HSV(B) 348.75º 0.13% 0.5% -
XYZ 17.79 17.42 18.64 -
YUV 117.13 126.8 135.76 -
System Red Green Blue C M Y K H S L
Decimal 128 112 115 0 0.12 0.10 0.50 348.75 0.07 0.47
Hex 80 70 73 0 C A 32 15D 7 2F
Octal 200 160 163 0 14 12 62 535 7 57
Binary 10000000 1110000 1110011 0 1100 1010 110010 101011101 111 101111

Color Harmonies of #807073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807073

Black with #807073

Text Example


Text Example

White with #807073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807073; }

 p { color: rgb(128,112,115); }

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

background-color css

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

 a { background-color: rgb(128,112,115); }

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

border-color css

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

 span { border-color: rgb(128,112,115); }

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