#927E74

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

Shades of Hurricane #927E74

Tints of Hurricane #927E74

Color information

#927E74 (or 0x927E74) is unknown color: approx Hurricane. HEX triplet: 92, 7E and 74. RGB value is (146,126,116). Sum of RGB (Red+Green+Blue) = 146+126+116=388 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.63% from 388); Green value is 126 (49.61% from 255 or 32.47% from 388); Blue value is 116 (45.70% from 255 or 29.90% from 388); Max value from RGB is 146 - color contains mainly: red. Hex color #927E74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927E74 is #6D818B. Grayscale: #828282. Windows color (decimal): -7176588 or 7634578. OLE color: 7634578.

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

Color convert

RGB146126116-
CMYK00.140.210.43
HSL20º12.1%51.37%-
HSV(B)20º20.55%57.25%-
XYZ22.4722.2919.64-
YUV130.84119.63138.81-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.63%
GREEN value IS 126 (49.61% from 255) = 32.47%
BLUE value IS 116 (45.70% from 255) = 29.90%
R=37.63%
G=32.47%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14612611600.140.210.432012.151.37
Hex927E740E152B14c33
Octal2221761640162553241463
Binary10010010111111011101000111010101101011101001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927E74; }

 p { color: rgb(146,126,116); }

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

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

 a { background-color: rgb(146,126,116); }

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

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

 span { border-color: rgb(146,126,116); }

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