#927F75

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

Shades of Hurricane #927F75

Tints of Hurricane #927F75

Color information

#927F75 (or 0x927F75) is unknown color: approx Hurricane. HEX triplet: 92, 7F and 75. RGB value is (146,127,117). Sum of RGB (Red+Green+Blue) = 146+127+117=390 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.44% from 390); Green value is 127 (50% from 255 or 32.56% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 146 - color contains mainly: red. Hex color #927F75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927F75 is #6D808A. Grayscale: #838383. Windows color (decimal): -7176331 or 7700370. OLE color: 7700370.

HSL color Cylindrical-coordinate representation of color #927F75: hue angle of 20.69º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #927F75 is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.43.

Color convert

RGB146127117-
CMYK00.130.200.43
HSL20.69º11.74%51.57%-
HSV(B)20.69º19.86%57.25%-
XYZ22.6522.5719.99-
YUV131.54119.79138.31-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.44%
GREEN value IS 127 (50% from 255) = 32.56%
BLUE value IS 117 (46.09% from 255) = 30%
R=37.44%
G=32.56%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.20
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14612711700.130.200.4320.6911.7451.57
Hex927F750D142B15c34
Octal2221771650152453251464
Binary10010010111111111101010110110100101011101011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,127,117); }

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

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

 a { background-color: rgb(146,127,117); }

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

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

 span { border-color: rgb(146,127,117); }

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