#907D81

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

Shades of Venus #907D81

Tints of Venus #907D81

Color information

#907D81 (or 0x907D81) is unknown color: approx Venus. HEX triplet: 90, 7D and 81. RGB value is (144,125,129). Sum of RGB (Red+Green+Blue) = 144+125+129=398 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.18% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 129 (50.78% from 255 or 32.41% from 398); Max value from RGB is 144 - color contains mainly: red. Hex color #907D81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907D81 is #6F827E. Grayscale: #838383. Windows color (decimal): -7307903 or 8486288. OLE color: 8486288.

HSL color Cylindrical-coordinate representation of color #907D81: hue angle of 347.37º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #907D81 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB144125129-
CMYK00.130.100.44
HSL347.37º7.88%52.75%-
HSV(B)347.37º13.19%56.47%-
XYZ22.822.1823.85-
YUV131.14126.79137.17-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.18%
GREEN value IS 125 (49.22% from 255) = 31.41%
BLUE value IS 129 (50.78% from 255) = 32.41%
R=36.18%
G=31.41%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14412512900.130.100.44347.377.8852.75
Hex907D810DA2C15b835
Octal22017520101512545331065
Binary100100001111101100000010110110101011001010110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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