Html Css Color HEX #887974 Hurricane

📋 copy color: '#887974'

red 136 ◦ green 121 ◦ blue 116

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

Shades of Hurricane #887974

Tints of Hurricane #887974

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.44%

 BLUE value IS 116 (45.7% from 255) = 31.1%

R = 36.46%
G = 32.44%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#887974 (or 0x887974) is known color: Hurricane. HEX triplet: 88, 79 and 74. RGB value is (136,121,116). Sum of RGB (Red+Green+Blue) = 136+121+116=373 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.46% from 373); Green value is 121 (47.66% from 255 or 32.44% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 136 - color contains mainly: red. Hex color #887974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887974 is #77868B. Grayscale: #7C7C7C. Windows color (decimal): -7833228 or 7633288. OLE color: 7633288.

HSL color Cylindrical-coordinate representation of color #887974: hue angle of 15º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #887974 is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 121 116 -
CMYK 0 0.11 0.15 0.47
HSL 15º 0.08% 0.49% -
HSV(B) 15º 0.15% 0.53% -
XYZ 20.14 20.17 19.35 -
YUV 124.92 122.97 135.91 -
System Red Green Blue C M Y K H S L
Decimal 136 121 116 0 0.11 0.15 0.47 15 0.08 0.49
Hex 88 79 74 0 B F 2F F 8 31
Octal 210 171 164 0 13 17 57 17 10 61
Binary 10001000 1111001 1110100 0 1011 1111 101111 1111 1000 110001

Color Harmonies of #887974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887974

Black with #887974

Text Example


Text Example

White with #887974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887974; }

 p { color: rgb(136,121,116); }

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

background-color css

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

 a { background-color: rgb(136,121,116); }

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

border-color css

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

 span { border-color: rgb(136,121,116); }

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