#907C70

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

Shades of Hurricane #907C70

Tints of Hurricane #907C70

Color information

#907C70 (or 0x907C70) is unknown color: approx Hurricane. HEX triplet: 90, 7C and 70. RGB value is (144,124,112). Sum of RGB (Red+Green+Blue) = 144+124+112=380 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.89% from 380); Green value is 124 (48.83% from 255 or 32.63% from 380); Blue value is 112 (44.14% from 255 or 29.47% from 380); Max value from RGB is 144 - color contains mainly: red. Hex color #907C70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907C70 is #6F838F. Grayscale: #808080. Windows color (decimal): -7308176 or 7371920. OLE color: 7371920.

HSL color Cylindrical-coordinate representation of color #907C70: hue angle of 22.5º degrees, saturation: 0.13, 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 #907C70 is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB144124112-
CMYK00.140.220.44
HSL22.5º12.6%50.2%-
HSV(B)22.5º22.22%56.47%-
XYZ21.6321.5118.34-
YUV128.61118.63138.98-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.89%
GREEN value IS 124 (48.83% from 255) = 32.63%
BLUE value IS 112 (44.14% from 255) = 29.47%
R=37.89%
G=32.63%
B=29.47%

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
Decimal14412411200.140.220.4422.512.650.2
Hex907C700E162C16d32
Octal2201741600162654261562
Binary10010000111110011100000111010110101100101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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