#937680

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

Shades of Venus #937680

Tints of Venus #937680

Color information

#937680 (or 0x937680) is unknown color: approx Venus. HEX triplet: 93, 76 and 80. RGB value is (147,118,128). Sum of RGB (Red+Green+Blue) = 147+118+128=393 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.40% from 393); Green value is 118 (46.48% from 255 or 30.03% from 393); Blue value is 128 (50.39% from 255 or 32.57% from 393); Max value from RGB is 147 - color contains mainly: red. Hex color #937680 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937680 is #6C897F. Grayscale: #7F7F7F. Windows color (decimal): -7113088 or 8418963. OLE color: 8418963.

HSL color Cylindrical-coordinate representation of color #937680: hue angle of 339.31º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #937680 is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB147118128-
CMYK00.200.130.42
HSL339.31º11.84%51.96%-
HSV(B)339.31º19.73%57.65%-
XYZ22.4120.7223.24-
YUV127.81128.11141.69-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.40%
GREEN value IS 118 (46.48% from 255) = 30.03%
BLUE value IS 128 (50.39% from 255) = 32.57%
R=37.40%
G=30.03%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711812800.200.130.42339.3111.8451.96
Hex937680014D2A153c34
Octal22316620002415525231464
Binary1001001111101101000000001010011011010101010100111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937680; }

 p { color: rgb(147,118,128); }

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

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

 a { background-color: rgb(147,118,128); }

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

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

 span { border-color: rgb(147,118,128); }

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