Html Css Color HEX #887C75 Hurricane

📋 copy color: '#887C75'

red 136 ◦ green 124 ◦ blue 117

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

Shades of Hurricane #887C75

Tints of Hurricane #887C75

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.89%

 BLUE value IS 117 (46.09% from 255) = 31.03%

R = 36.07%
G = 32.89%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#887C75 (or 0x887C75) is known color: Hurricane. HEX triplet: 88, 7C and 75. RGB value is (136,124,117). Sum of RGB (Red+Green+Blue) = 136+124+117=377 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.07% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 136 - color contains mainly: red. Hex color #887C75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887C75 is #77838A. Grayscale: #7E7E7E. Windows color (decimal): -7832459 or 7699592. OLE color: 7699592.

HSL color Cylindrical-coordinate representation of color #887C75: hue angle of 22.11º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #887C75 is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 124 117 -
CMYK 0 0.09 0.14 0.47
HSL 22.11º 0.08% 0.5% -
HSV(B) 22.11º 0.14% 0.53% -
XYZ 20.57 20.93 19.79 -
YUV 126.79 122.48 134.57 -
System Red Green Blue C M Y K H S L
Decimal 136 124 117 0 0.09 0.14 0.47 22.11 0.08 0.5
Hex 88 7C 75 0 9 E 2F 16 8 32
Octal 210 174 165 0 11 16 57 26 10 62
Binary 10001000 1111100 1110101 0 1001 1110 101111 10110 1000 110010

Color Harmonies of #887C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887C75

Black with #887C75

Text Example


Text Example

White with #887C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887C75; }

 p { color: rgb(136,124,117); }

 H1.HeaderClassName
 {
   color: #887C75;
 }
 .AnyTagClassName
 {
   color: #887C75;
 }
</style>

background-color css

<style>
 a { background-color: #887C75; }

 a { background-color: rgb(136,124,117); }

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

border-color css

<style>
 span { border-color: #887C75; }

 span { border-color: rgb(136,124,117); }

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