#88706E

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

Shades of Ferra #88706E

Tints of Ferra #88706E

Color information

#88706E (or 0x88706E) is unknown color: approx Ferra. HEX triplet: 88, 70 and 6E. RGB value is (136,112,110). Sum of RGB (Red+Green+Blue) = 136+112+110=358 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.99% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 136 - color contains mainly: red. Hex color #88706E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88706E is #778F91. Grayscale: #767676. Windows color (decimal): -7835538 or 7237768. OLE color: 7237768.

HSL color Cylindrical-coordinate representation of color #88706E: hue angle of 4.62º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #88706E is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB136112110-
CMYK00.180.190.47
HSL4.62º10.57%48.24%-
HSV(B)4.62º19.12%53.33%-
XYZ18.7617.9517.23-
YUV118.95122.95140.16-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.99%
GREEN value IS 112 (44.14% from 255) = 31.28%
BLUE value IS 110 (43.36% from 255) = 30.73%
R=37.99%
G=31.28%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611211000.180.190.474.6210.5748.24
Hex88706E012132F5b30
Octal210160156022235751360
Binary1000100011100001101110010010100111011111011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88706E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88706E; }

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

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

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

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

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

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

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

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