Html Css Color HEX #887874 Hurricane

📋 copy color: '#887874'

red 136 ◦ green 120 ◦ blue 116

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

Shades of Hurricane #887874

Tints of Hurricane #887874

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.26%

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

R = 36.56%
G = 32.26%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#887874 (or 0x887874) is known color: Hurricane. HEX triplet: 88, 78 and 74. RGB value is (136,120,116). Sum of RGB (Red+Green+Blue) = 136+120+116=372 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.56% from 372); Green value is 120 (47.27% from 255 or 32.26% from 372); Blue value is 116 (45.70% from 255 or 31.18% from 372); Max value from RGB is 136 - color contains mainly: red. Hex color #887874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887874 is #77878B. Grayscale: #7C7C7C. Windows color (decimal): -7833484 or 7633032. OLE color: 7633032.

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

Color convert

RGB 136 120 116 -
CMYK 0 0.12 0.15 0.47
HSL 12º 0.08% 0.49% -
HSV(B) 12º 0.15% 0.53% -
XYZ 20.02 19.93 19.31 -
YUV 124.33 123.3 136.33 -
System Red Green Blue C M Y K H S L
Decimal 136 120 116 0 0.12 0.15 0.47 12 0.08 0.49
Hex 88 78 74 0 C F 2F C 8 31
Octal 210 170 164 0 14 17 57 14 10 61
Binary 10001000 1111000 1110100 0 1100 1111 101111 1100 1000 110001

Color Harmonies of #887874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887874

Black with #887874

Text Example


Text Example

White with #887874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887874; }

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

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

background-color css

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

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

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

border-color css

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

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

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