#877B74

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

Shades of Hurricane #877B74

Tints of Hurricane #877B74

Color information

#877B74 (or 0x877B74) is unknown color: approx Hurricane. HEX triplet: 87, 7B and 74. RGB value is (135,123,116). Sum of RGB (Red+Green+Blue) = 135+123+116=374 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.10% from 374); Green value is 123 (48.44% from 255 or 32.89% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 135 - color contains mainly: red. Hex color #877B74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877B74 is #78848B. Grayscale: #7D7D7D. Windows color (decimal): -7898252 or 7633799. OLE color: 7633799.

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

Color convert

RGB135123116-
CMYK00.090.140.47
HSL22.11º7.57%49.22%-
HSV(B)22.11º14.07%52.94%-
XYZ20.2320.5819.43-
YUV125.79122.48134.57-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.10%
GREEN value IS 123 (48.44% from 255) = 32.89%
BLUE value IS 116 (45.70% from 255) = 31.02%
R=36.10%
G=32.89%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512311600.090.140.4722.117.5749.22
Hex877B7409E2F16831
Octal2071731640111657261061
Binary1000011111110111110100010011110101111101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877B74; }

 p { color: rgb(135,123,116); }

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

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

 a { background-color: rgb(135,123,116); }

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

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

 span { border-color: rgb(135,123,116); }

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