#877A74

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

Shades of Hurricane #877A74

Tints of Hurricane #877A74

Color information

#877A74 (or 0x877A74) is unknown color: approx Hurricane. HEX triplet: 87, 7A and 74. RGB value is (135,122,116). Sum of RGB (Red+Green+Blue) = 135+122+116=373 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.19% from 373); Green value is 122 (48.05% from 255 or 32.71% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 135 - color contains mainly: red. Hex color #877A74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877A74 is #78858B. Grayscale: #7D7D7D. Windows color (decimal): -7898508 or 7633543. OLE color: 7633543.

HSL color Cylindrical-coordinate representation of color #877A74: hue angle of 18.95º 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 #877A74 is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB135122116-
CMYK00.100.140.47
HSL18.95º7.57%49.22%-
HSV(B)18.95º14.07%52.94%-
XYZ20.120.3319.39-
YUV125.2122.81134.99-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.19%
GREEN value IS 122 (48.05% from 255) = 32.71%
BLUE value IS 116 (45.70% from 255) = 31.10%
R=36.19%
G=32.71%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512211600.100.140.4718.957.5749.22
Hex877A740AE2F13831
Octal2071721640121657231061
Binary1000011111110101110100010101110101111100111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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