#88726D

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

Shades of Ferra #88726D

Tints of Ferra #88726D

Color information

#88726D (or 0x88726D) is unknown color: approx Ferra. HEX triplet: 88, 72 and 6D. RGB value is (136,114,109). Sum of RGB (Red+Green+Blue) = 136+114+109=359 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.88% from 359); Green value is 114 (44.92% from 255 or 31.75% from 359); Blue value is 109 (42.97% from 255 or 30.36% from 359); Max value from RGB is 136 - color contains mainly: red. Hex color #88726D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88726D is #778D92. Grayscale: #787878. Windows color (decimal): -7835027 or 7172744. OLE color: 7172744.

HSL color Cylindrical-coordinate representation of color #88726D: hue angle of 11.11º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #88726D is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB136114109-
CMYK00.160.200.47
HSL11.11º11.02%48.04%-
HSV(B)11.11º19.85%53.33%-
XYZ18.9318.3717.02-
YUV120.01121.79139.41-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.88%
GREEN value IS 114 (44.92% from 255) = 31.75%
BLUE value IS 109 (42.97% from 255) = 30.36%
R=37.88%
G=31.75%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611410900.160.200.4711.1111.0248.04
Hex88726D010142Fbb30
Octal2101621550202457131360
Binary10001000111001011011010100001010010111110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88726D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88726D; }

 p { color: rgb(136,114,109); }

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

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

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

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

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

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

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