#88776F

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

Shades of Hurricane #88776F

Tints of Hurricane #88776F

Color information

#88776F (or 0x88776F) is unknown color: approx Hurricane. HEX triplet: 88, 77 and 6F. RGB value is (136,119,111). Sum of RGB (Red+Green+Blue) = 136+119+111=366 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.16% from 366); Green value is 119 (46.88% from 255 or 32.51% from 366); Blue value is 111 (43.75% from 255 or 30.33% from 366); Max value from RGB is 136 - color contains mainly: red. Hex color #88776F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88776F is #778890. Grayscale: #7B7B7B. Windows color (decimal): -7833745 or 7305096. OLE color: 7305096.

HSL color Cylindrical-coordinate representation of color #88776F: hue angle of 19.2º 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 #88776F is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB136119111-
CMYK00.120.180.47
HSL19.2º10.12%48.43%-
HSV(B)19.2º18.38%53.33%-
XYZ19.6219.5817.78-
YUV123.17121.13137.15-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.16%
GREEN value IS 119 (46.88% from 255) = 32.51%
BLUE value IS 111 (43.75% from 255) = 30.33%
R=37.16%
G=32.51%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611911100.120.180.4719.210.1248.43
Hex88776F0C122F13a30
Octal2101671570142257231260
Binary10001000111011111011110110010010101111100111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88776F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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