#88766F

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

Shades of Hurricane #88766F

Tints of Hurricane #88766F

Color information

#88766F (or 0x88766F) is unknown color: approx Hurricane. HEX triplet: 88, 76 and 6F. RGB value is (136,118,111). Sum of RGB (Red+Green+Blue) = 136+118+111=365 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.26% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 136 - color contains mainly: red. Hex color #88766F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88766F is #778990. Grayscale: #7A7A7A. Windows color (decimal): -7834001 or 7304840. OLE color: 7304840.

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

Color convert

RGB136118111-
CMYK00.130.180.47
HSL16.8º10.12%48.43%-
HSV(B)16.8º18.38%53.33%-
XYZ19.519.3417.74-
YUV122.58121.46137.57-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.26%
GREEN value IS 118 (46.48% from 255) = 32.33%
BLUE value IS 111 (43.75% from 255) = 30.41%
R=37.26%
G=32.33%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611811100.130.180.4716.810.1248.43
Hex88766F0D122F11a30
Octal2101661570152257211260
Binary10001000111011011011110110110010101111100011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88766F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88766F; }

 p { color: rgb(136,118,111); }

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

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

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

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

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

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

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