#88736E

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

Shades of Ferra #88736E

Tints of Ferra #88736E

Color information

#88736E (or 0x88736E) is unknown color: approx Ferra. HEX triplet: 88, 73 and 6E. RGB value is (136,115,110). Sum of RGB (Red+Green+Blue) = 136+115+110=361 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.67% from 361); Green value is 115 (45.31% from 255 or 31.86% from 361); Blue value is 110 (43.36% from 255 or 30.47% from 361); Max value from RGB is 136 - color contains mainly: red. Hex color #88736E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88736E is #778C91. Grayscale: #787878. Windows color (decimal): -7834770 or 7238536. OLE color: 7238536.

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

Color convert

RGB136115110-
CMYK00.150.190.47
HSL11.54º10.57%48.24%-
HSV(B)11.54º19.12%53.33%-
XYZ19.118.6217.34-
YUV120.71121.96138.91-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.67%
GREEN value IS 115 (45.31% from 255) = 31.86%
BLUE value IS 110 (43.36% from 255) = 30.47%
R=37.67%
G=31.86%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611511000.150.190.4711.5410.5748.24
Hex88736E0F132Fcb30
Octal2101631560172357141360
Binary1000100011100111101110011111001110111111001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88736E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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