#887170

Color #887170 Ferra (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ferra #887170

Tints of Ferra #887170

Color information

#887170 (or 0x887170) is unknown color: approx Ferra. HEX triplet: 88, 71 and 70. RGB value is (136,113,112). Sum of RGB (Red+Green+Blue) = 136+113+112=361 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.67% from 361); Green value is 113 (44.53% from 255 or 31.30% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 136 - color contains mainly: red. Hex color #887170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887170 is #778E8F. Grayscale: #777777. Windows color (decimal): -7835280 or 7369096. OLE color: 7369096.

HSL color Cylindrical-coordinate representation of color #887170: hue angle of 2.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 #887170 is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB136113112-
CMYK00.170.180.47
HSL2.5º9.68%48.63%-
HSV(B)2.5º17.65%53.33%-
XYZ18.9818.2117.84-
YUV119.76123.62139.58-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.67%
GREEN value IS 113 (44.53% from 255) = 31.30%
BLUE value IS 112 (44.14% from 255) = 31.02%
R=37.67%
G=31.30%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611311200.170.180.472.59.6848.63
Hex887170011122F3a31
Octal210161160021225731261
Binary100010001110001111000001000110010101111111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887170; }

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

 H1.HeaderClassName
 {
   color: #887170;
 }
 .AnyTagClassName
 {
   color: #887170;
 }
</style>
background-color css

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

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

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

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

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

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