#907682

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

Shades of Venus #907682

Tints of Venus #907682

Color information

#907682 (or 0x907682) is unknown color: approx Venus. HEX triplet: 90, 76 and 82. RGB value is (144,118,130). Sum of RGB (Red+Green+Blue) = 144+118+130=392 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.73% from 392); Green value is 118 (46.48% from 255 or 30.10% from 392); Blue value is 130 (51.17% from 255 or 33.16% from 392); Max value from RGB is 144 - color contains mainly: red. Hex color #907682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907682 is #6F897D. Grayscale: #7F7F7F. Windows color (decimal): -7309694 or 8550032. OLE color: 8550032.

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

Color convert

RGB144118130-
CMYK00.180.100.44
HSL332.31º10.48%51.37%-
HSV(B)332.31º18.06%56.47%-
XYZ22.0120.523.92-
YUV127.14129.61140.02-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.73%
GREEN value IS 118 (46.48% from 255) = 30.10%
BLUE value IS 130 (51.17% from 255) = 33.16%
R=36.73%
G=30.10%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411813000.180.100.44332.3110.4851.37
Hex907682012A2C14ca33
Octal22016620202212545141263
Binary1001000011101101000001001001010101011001010011001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907682; }

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

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

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

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

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

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

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

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