#907982

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

Shades of Venus #907982

Tints of Venus #907982

Color information

#907982 (or 0x907982) is unknown color: approx Venus. HEX triplet: 90, 79 and 82. RGB value is (144,121,130). Sum of RGB (Red+Green+Blue) = 144+121+130=395 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.46% from 395); Green value is 121 (47.66% from 255 or 30.63% from 395); Blue value is 130 (51.17% from 255 or 32.91% from 395); Max value from RGB is 144 - color contains mainly: red. Hex color #907982 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907982 is #6F867D. Grayscale: #808080. Windows color (decimal): -7308926 or 8550800. OLE color: 8550800.

HSL color Cylindrical-coordinate representation of color #907982: hue angle of 336.52º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #907982 is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB144121130-
CMYK00.160.100.44
HSL336.52º9.39%51.96%-
HSV(B)336.52º15.97%56.47%-
XYZ22.3721.2224.04-
YUV128.9128.62138.77-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.46%
GREEN value IS 121 (47.66% from 255) = 30.63%
BLUE value IS 130 (51.17% from 255) = 32.91%
R=36.46%
G=30.63%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14412113000.160.100.44336.529.3951.96
Hex907982010A2C151934
Octal22017120202012545211164
Binary1001000011110011000001001000010101011001010100011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907982; }

 p { color: rgb(144,121,130); }

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

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

 a { background-color: rgb(144,121,130); }

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

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

 span { border-color: rgb(144,121,130); }

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