#88726E

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

Shades of Ferra #88726E

Tints of Ferra #88726E

Color information

#88726E (or 0x88726E) is unknown color: approx Ferra. HEX triplet: 88, 72 and 6E. RGB value is (136,114,110). Sum of RGB (Red+Green+Blue) = 136+114+110=360 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.78% from 360); Green value is 114 (44.92% from 255 or 31.67% from 360); Blue value is 110 (43.36% from 255 or 30.56% from 360); Max value from RGB is 136 - color contains mainly: red. Hex color #88726E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88726E is #778D91. Grayscale: #787878. Windows color (decimal): -7835026 or 7238280. OLE color: 7238280.

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

Color convert

RGB136114110-
CMYK00.160.190.47
HSL9.23º10.57%48.24%-
HSV(B)9.23º19.12%53.33%-
XYZ18.9918.3917.3-
YUV120.12122.29139.33-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.78%
GREEN value IS 114 (44.92% from 255) = 31.67%
BLUE value IS 110 (43.36% from 255) = 30.56%
R=37.78%
G=31.67%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611411000.160.190.479.2310.5748.24
Hex88726E010132F9b30
Octal2101621560202357111360
Binary10001000111001011011100100001001110111110011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88726E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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