#907E76

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

Shades of Hurricane #907E76

Tints of Hurricane #907E76

Color information

#907E76 (or 0x907E76) is unknown color: approx Hurricane. HEX triplet: 90, 7E and 76. RGB value is (144,126,118). Sum of RGB (Red+Green+Blue) = 144+126+118=388 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.11% from 388); Green value is 126 (49.61% from 255 or 32.47% from 388); Blue value is 118 (46.48% from 255 or 30.41% from 388); Max value from RGB is 144 - color contains mainly: red. Hex color #907E76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907E76 is #6F8189. Grayscale: #828282. Windows color (decimal): -7307658 or 7765648. OLE color: 7765648.

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

Color convert

RGB144126118-
CMYK00.120.180.44
HSL18.46º10.48%51.37%-
HSV(B)18.46º18.06%56.47%-
XYZ22.2322.1620.24-
YUV130.47120.96137.65-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.11%
GREEN value IS 126 (49.61% from 255) = 32.47%
BLUE value IS 118 (46.48% from 255) = 30.41%
R=37.11%
G=32.47%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14412611800.120.180.4418.4610.4851.37
Hex907E760C122C12a33
Octal2201761660142254221263
Binary10010000111111011101100110010010101100100101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,126,118); }

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

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

 a { background-color: rgb(144,126,118); }

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

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

 span { border-color: rgb(144,126,118); }

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