Html Css Color HEX #887075 Empress

📋 copy color: '#887075'

red 136 ◦ green 112 ◦ blue 117

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

Shades of Empress #887075

Tints of Empress #887075

RGB

 RED value IS 136 (53.52% from 255) = 37.26%

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

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

R = 37.26%
G = 30.68%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#887075 (or 0x887075) is known color: Empress. HEX triplet: 88, 70 and 75. RGB value is (136,112,117). Sum of RGB (Red+Green+Blue) = 136+112+117=365 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.26% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 136 - color contains mainly: red. Hex color #887075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887075 is #778F8A. Grayscale: #777777. Windows color (decimal): -7835531 or 7696520. OLE color: 7696520.

HSL color Cylindrical-coordinate representation of color #887075: hue angle of 347.5º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #887075 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 112 117 -
CMYK 0 0.18 0.14 0.47
HSL 347.5º 0.1% 0.49% -
HSV(B) 347.5º 0.18% 0.53% -
XYZ 19.16 18.11 19.31 -
YUV 119.75 126.45 139.59 -
System Red Green Blue C M Y K H S L
Decimal 136 112 117 0 0.18 0.14 0.47 347.5 0.1 0.49
Hex 88 70 75 0 12 E 2F 15C A 31
Octal 210 160 165 0 22 16 57 534 12 61
Binary 10001000 1110000 1110101 0 10010 1110 101111 101011100 1010 110001

Color Harmonies of #887075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887075

Black with #887075

Text Example


Text Example

White with #887075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887075; }

 p { color: rgb(136,112,117); }

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

background-color css

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

 a { background-color: rgb(136,112,117); }

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

border-color css

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

 span { border-color: rgb(136,112,117); }

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