Html Css Color HEX #807374 Empress

📋 copy color: '#807374'

red 128 ◦ green 115 ◦ blue 116

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

Shades of Empress #807374

Tints of Empress #807374

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.03%

 BLUE value IS 116 (45.7% from 255) = 32.31%

R = 35.65%
G = 32.03%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#807374 (or 0x807374) is known color: Empress. HEX triplet: 80, 73 and 74. RGB value is (128,115,116). Sum of RGB (Red+Green+Blue) = 128+115+116=359 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.65% from 359); Green value is 115 (45.31% from 255 or 32.03% from 359); Blue value is 116 (45.70% from 255 or 32.31% from 359); Max value from RGB is 128 - color contains mainly: red. Hex color #807374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807374 is #7F8C8B. Grayscale: #777777. Windows color (decimal): -8359052 or 7631744. OLE color: 7631744.

HSL color Cylindrical-coordinate representation of color #807374: hue angle of 355.38º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #807374 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 115 116 -
CMYK 0 0.10 0.09 0.50
HSL 355.38º 0.05% 0.48% -
HSV(B) 355.38º 0.1% 0.5% -
XYZ 18.19 18.11 19.06 -
YUV 119 126.31 134.42 -
System Red Green Blue C M Y K H S L
Decimal 128 115 116 0 0.10 0.09 0.50 355.38 0.05 0.48
Hex 80 73 74 0 A 9 32 163 5 30
Octal 200 163 164 0 12 11 62 543 5 60
Binary 10000000 1110011 1110100 0 1010 1001 110010 101100011 101 110000

Color Harmonies of #807374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807374

Black with #807374

Text Example


Text Example

White with #807374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807374; }

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

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

background-color css

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

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

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

border-color css

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

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

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