Html Css Color HEX #88807D Hurricane

📋 copy color: '#88807D'

red 136 ◦ green 128 ◦ blue 125

#88807D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hurricane #88807D

Tints of Hurricane #88807D

RGB

 RED value IS 136 (53.52% from 255) = 34.96%

 GREEN value IS 128 (50.39% from 255) = 32.9%

 BLUE value IS 125 (49.22% from 255) = 32.13%

R = 34.96%
G = 32.9%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#88807D (or 0x88807D) is known color: Hurricane. HEX triplet: 88, 80 and 7D. RGB value is (136,128,125). Sum of RGB (Red+Green+Blue) = 136+128+125=389 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.96% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 125 (49.22% from 255 or 32.13% from 389); Max value from RGB is 136 - color contains mainly: red. Hex color #88807D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88807D is #777F82. Grayscale: #828282. Windows color (decimal): -7831427 or 8224904. OLE color: 8224904.

HSL color Cylindrical-coordinate representation of color #88807D: hue angle of 16.36º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #88807D is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 128 125 -
CMYK 0 0.06 0.08 0.47
HSL 16.36º 0.04% 0.51% -
HSV(B) 16.36º 0.08% 0.53% -
XYZ 21.57 22.15 22.54 -
YUV 130.05 125.15 132.24 -
System Red Green Blue C M Y K H S L
Decimal 136 128 125 0 0.06 0.08 0.47 16.36 0.04 0.51
Hex 88 80 7D 0 6 8 2F 10 4 33
Octal 210 200 175 0 6 10 57 20 4 63
Binary 10001000 10000000 1111101 0 110 1000 101111 10000 100 110011

Color Harmonies of #88807D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88807D

Black with #88807D

Text Example


Text Example

White with #88807D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,128,125); }

 H1.HeaderClassName
 {
   color: #88807D;
 }
 .AnyTagClassName
 {
   color: #88807D;
 }
</style>

background-color css

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

 a { background-color: rgb(136,128,125); }

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

border-color css

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

 span { border-color: rgb(136,128,125); }

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