#937F84

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

Shades of Venus #937F84

Tints of Venus #937F84

Color information

#937F84 (or 0x937F84) is unknown color: approx Venus. HEX triplet: 93, 7F and 84. RGB value is (147,127,132). Sum of RGB (Red+Green+Blue) = 147+127+132=406 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.21% from 406); Green value is 127 (50% from 255 or 31.28% from 406); Blue value is 132 (51.95% from 255 or 32.51% from 406); Max value from RGB is 147 - color contains mainly: red. Hex color #937F84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937F84 is #6C807B. Grayscale: #858585. Windows color (decimal): -7110780 or 8683411. OLE color: 8683411.

HSL color Cylindrical-coordinate representation of color #937F84: hue angle of 345º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #937F84 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB147127132-
CMYK00.140.100.42
HSL345º8.47%53.73%-
HSV(B)345º13.61%57.65%-
XYZ23.7923.0525.02-
YUV133.55127.13137.59-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.21%
GREEN value IS 127 (50% from 255) = 31.28%
BLUE value IS 132 (51.95% from 255) = 32.51%
R=36.21%
G=31.28%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712713200.140.100.423458.4753.73
Hex937F840EA2A159836
Octal22317720401612525311066
Binary100100111111111100001000111010101010101010110011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937F84; }

 p { color: rgb(147,127,132); }

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

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

 a { background-color: rgb(147,127,132); }

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

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

 span { border-color: rgb(147,127,132); }

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