#907E75

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

Shades of Hurricane #907E75

Tints of Hurricane #907E75

Color information

#907E75 (or 0x907E75) is unknown color: approx Hurricane. HEX triplet: 90, 7E and 75. RGB value is (144,126,117). Sum of RGB (Red+Green+Blue) = 144+126+117=387 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.21% from 387); Green value is 126 (49.61% from 255 or 32.56% from 387); Blue value is 117 (46.09% from 255 or 30.23% from 387); Max value from RGB is 144 - color contains mainly: red. Hex color #907E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907E75 is #6F818A. Grayscale: #828282. Windows color (decimal): -7307659 or 7700112. OLE color: 7700112.

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

Color convert

RGB144126117-
CMYK00.120.190.44
HSL20º10.84%51.18%-
HSV(B)20º18.75%56.47%-
XYZ22.1722.1419.93-
YUV130.36120.46137.73-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.21%
GREEN value IS 126 (49.61% from 255) = 32.56%
BLUE value IS 117 (46.09% from 255) = 30.23%
R=37.21%
G=32.56%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14412611700.120.190.442010.8451.18
Hex907E750C132C14b33
Octal2201761650142354241363
Binary10010000111111011101010110010011101100101001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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