Html Css Color HEX #877072 Empress

📋 copy color: '#877072'

red 135 ◦ green 112 ◦ blue 114

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

Shades of Empress #877072

Tints of Empress #877072

RGB

 RED value IS 135 (53.13% from 255) = 37.4%

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

 BLUE value IS 114 (44.92% from 255) = 31.58%

R = 37.4%
G = 31.02%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#877072 (or 0x877072) is known color: Empress. HEX triplet: 87, 70 and 72. RGB value is (135,112,114). Sum of RGB (Red+Green+Blue) = 135+112+114=361 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.40% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 114 (44.92% from 255 or 31.58% from 361); Max value from RGB is 135 - color contains mainly: red. Hex color #877072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877072 is #788F8D. Grayscale: #777777. Windows color (decimal): -7901070 or 7499911. OLE color: 7499911.

HSL color Cylindrical-coordinate representation of color #877072: hue angle of 354.78º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #877072 is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 112 114 -
CMYK 0 0.17 0.16 0.47
HSL 354.78º 0.09% 0.48% -
HSV(B) 354.78º 0.17% 0.53% -
XYZ 18.82 17.95 18.39 -
YUV 119.11 125.12 139.34 -
System Red Green Blue C M Y K H S L
Decimal 135 112 114 0 0.17 0.16 0.47 354.78 0.09 0.48
Hex 87 70 72 0 11 10 2F 163 9 30
Octal 207 160 162 0 21 20 57 543 11 60
Binary 10000111 1110000 1110010 0 10001 10000 101111 101100011 1001 110000

Color Harmonies of #877072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877072

Black with #877072

Text Example


Text Example

White with #877072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877072; }

 p { color: rgb(135,112,114); }

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

background-color css

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

 a { background-color: rgb(135,112,114); }

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

border-color css

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

 span { border-color: rgb(135,112,114); }

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