#907D72

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

Shades of Hurricane #907D72

Tints of Hurricane #907D72

Color information

#907D72 (or 0x907D72) is unknown color: approx Hurricane. HEX triplet: 90, 7D and 72. RGB value is (144,125,114). Sum of RGB (Red+Green+Blue) = 144+125+114=383 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.60% from 383); Green value is 125 (49.22% from 255 or 32.64% from 383); Blue value is 114 (44.92% from 255 or 29.77% from 383); Max value from RGB is 144 - color contains mainly: red. Hex color #907D72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907D72 is #6F828D. Grayscale: #818181. Windows color (decimal): -7307918 or 7503248. OLE color: 7503248.

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

Color convert

RGB144125114-
CMYK00.130.210.44
HSL22º11.9%50.59%-
HSV(B)22º20.83%56.47%-
XYZ21.8721.8118.98-
YUV129.43119.29138.39-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.60%
GREEN value IS 125 (49.22% from 255) = 32.64%
BLUE value IS 114 (44.92% from 255) = 29.77%
R=37.60%
G=32.64%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14412511400.130.210.442211.950.59
Hex907D720D152C16c33
Octal2201751620152554261463
Binary10010000111110111100100110110101101100101101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,125,114); }

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

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

 a { background-color: rgb(144,125,114); }

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

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

 span { border-color: rgb(144,125,114); }

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