#887070

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

Shades of Ferra #887070

Tints of Ferra #887070

Color information

#887070 (or 0x887070) is unknown color: approx Ferra. HEX triplet: 88, 70 and 70. RGB value is (136,112,112). Sum of RGB (Red+Green+Blue) = 136+112+112=360 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.78% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 136 - color contains mainly: red. Hex color #887070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887070 is #778F8F. Grayscale: #777777. Windows color (decimal): -7835536 or 7368840. OLE color: 7368840.

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

Color convert

RGB136112112-
CMYK00.180.180.47
HSL9.68%48.63%-
HSV(B)17.65%53.33%-
XYZ18.8717.9917.81-
YUV119.18123.95140-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.78%
GREEN value IS 112 (44.14% from 255) = 31.11%
BLUE value IS 112 (44.14% from 255) = 31.11%
R=37.78%
G=31.11%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611211200.180.180.4709.6848.63
Hex887070012122F0a31
Octal210160160022225701261
Binary10001000111000011100000100101001010111101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887070; }

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

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

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

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

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

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

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

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