#907681

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

Shades of Venus #907681

Tints of Venus #907681

Color information

#907681 (or 0x907681) is unknown color: approx Venus. HEX triplet: 90, 76 and 81. RGB value is (144,118,129). Sum of RGB (Red+Green+Blue) = 144+118+129=391 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.83% from 391); Green value is 118 (46.48% from 255 or 30.18% from 391); Blue value is 129 (50.78% from 255 or 32.99% from 391); Max value from RGB is 144 - color contains mainly: red. Hex color #907681 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907681 is #6F897E. Grayscale: #7F7F7F. Windows color (decimal): -7309695 or 8484496. OLE color: 8484496.

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

Color convert

RGB144118129-
CMYK00.180.100.44
HSL334.62º10.48%51.37%-
HSV(B)334.62º18.06%56.47%-
XYZ21.9420.4723.56-
YUV127.03129.11140.11-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.83%
GREEN value IS 118 (46.48% from 255) = 30.18%
BLUE value IS 129 (50.78% from 255) = 32.99%
R=36.83%
G=30.18%
B=32.99%

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
Decimal14411812900.180.100.44334.6210.4851.37
Hex907681012A2C14fa33
Octal22016620102212545171263
Binary1001000011101101000000101001010101011001010011111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907681; }

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

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

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

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

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

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

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

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