#907580

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

Shades of Venus #907580

Tints of Venus #907580

Color information

#907580 (or 0x907580) is unknown color: approx Venus. HEX triplet: 90, 75 and 80. RGB value is (144,117,128). Sum of RGB (Red+Green+Blue) = 144+117+128=389 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.02% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 128 (50.39% from 255 or 32.90% from 389); Max value from RGB is 144 - color contains mainly: red. Hex color #907580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907580 is #6F8A7F. Grayscale: #7E7E7E. Windows color (decimal): -7309952 or 8418704. OLE color: 8418704.

HSL color Cylindrical-coordinate representation of color #907580: hue angle of 335.56º 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 #907580 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB144117128-
CMYK00.190.110.44
HSL335.56º10.84%51.18%-
HSV(B)335.56º18.75%56.47%-
XYZ21.7620.2123.18-
YUV126.33128.95140.61-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.02%
GREEN value IS 117 (46.09% from 255) = 30.08%
BLUE value IS 128 (50.39% from 255) = 32.90%
R=37.02%
G=30.08%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411712800.190.110.44335.5610.8451.18
Hex907580013B2C150b33
Octal22016520002313545201363
Binary1001000011101011000000001001110111011001010100001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907580; }

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

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

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

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

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

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

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

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