#907C86

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

Shades of Venus #907C86

Tints of Venus #907C86

Color information

#907C86 (or 0x907C86) is unknown color: approx Venus. HEX triplet: 90, 7C and 86. RGB value is (144,124,134). Sum of RGB (Red+Green+Blue) = 144+124+134=402 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.82% from 402); Green value is 124 (48.83% from 255 or 30.85% from 402); Blue value is 134 (52.73% from 255 or 33.33% from 402); Max value from RGB is 144 - color contains mainly: red. Hex color #907C86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907C86 is #6F8379. Grayscale: #838383. Windows color (decimal): -7308154 or 8813712. OLE color: 8813712.

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

Color convert

RGB144124134-
CMYK00.140.070.44
HSL330º8.26%52.55%-
HSV(B)330º13.89%56.47%-
XYZ23.0122.0725.6-
YUV131.12129.63137.19-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.82%
GREEN value IS 124 (48.83% from 255) = 30.85%
BLUE value IS 134 (52.73% from 255) = 33.33%
R=35.82%
G=30.85%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14412413400.140.070.443308.2652.55
Hex907C860E72C14a835
Octal2201742060167545121065
Binary10010000111110010000110011101111011001010010101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,124,134); }

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

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

 a { background-color: rgb(144,124,134); }

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

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

 span { border-color: rgb(144,124,134); }

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