#917D74

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

Shades of Hurricane #917D74

Tints of Hurricane #917D74

Color information

#917D74 (or 0x917D74) is unknown color: approx Hurricane. HEX triplet: 91, 7D and 74. RGB value is (145,125,116). Sum of RGB (Red+Green+Blue) = 145+125+116=386 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.56% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 116 (45.70% from 255 or 30.05% from 386); Max value from RGB is 145 - color contains mainly: red. Hex color #917D74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917D74 is #6E828B. Grayscale: #828282. Windows color (decimal): -7242380 or 7634321. OLE color: 7634321.

HSL color Cylindrical-coordinate representation of color #917D74: hue angle of 18.62º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #917D74 is Cyan = 0, Magento = 0.14, Yellow = 0.2 and Black (K on CMYK) = 0.43.

Color convert

RGB145125116-
CMYK00.140.20.43
HSL18.62º11.65%51.18%-
HSV(B)18.62º20%56.86%-
XYZ22.1621.9519.59-
YUV129.95120.13138.73-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.56%
GREEN value IS 125 (49.22% from 255) = 32.38%
BLUE value IS 116 (45.70% from 255) = 30.05%
R=37.56%
G=32.38%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.2
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512511600.140.20.4318.6211.6551.18
Hex917D740E142B13c33
Octal2211751640162453231463
Binary10010001111110111101000111010100101011100111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917D74; }

 p { color: rgb(145,125,116); }

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

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

 a { background-color: rgb(145,125,116); }

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

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

 span { border-color: rgb(145,125,116); }

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