#907C71

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

Shades of Hurricane #907C71

Tints of Hurricane #907C71

Color information

#907C71 (or 0x907C71) is unknown color: approx Hurricane. HEX triplet: 90, 7C and 71. RGB value is (144,124,113). Sum of RGB (Red+Green+Blue) = 144+124+113=381 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.80% from 381); Green value is 124 (48.83% from 255 or 32.55% from 381); Blue value is 113 (44.53% from 255 or 29.66% from 381); Max value from RGB is 144 - color contains mainly: red. Hex color #907C71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907C71 is #6F838E. Grayscale: #808080. Windows color (decimal): -7308175 or 7437456. OLE color: 7437456.

HSL color Cylindrical-coordinate representation of color #907C71: hue angle of 21.29º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #907C71 is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB144124113-
CMYK00.140.220.44
HSL21.29º12.25%50.39%-
HSV(B)21.29º21.53%56.47%-
XYZ21.6921.5418.64-
YUV128.73119.13138.89-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.80%
GREEN value IS 124 (48.83% from 255) = 32.55%
BLUE value IS 113 (44.53% from 255) = 29.66%
R=37.80%
G=32.55%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14412411300.140.220.4421.2912.2550.39
Hex907C710E162C15c32
Octal2201741610162654251462
Binary10010000111110011100010111010110101100101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907C71; }

 p { color: rgb(144,124,113); }

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

<style>
 a { background-color: #907C71; }

 a { background-color: rgb(144,124,113); }

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

<style>
 span { border-color: #907C71; }

 span { border-color: rgb(144,124,113); }

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