#937D82

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

Shades of Venus #937D82

Tints of Venus #937D82

Color information

#937D82 (or 0x937D82) is unknown color: approx Venus. HEX triplet: 93, 7D and 82. RGB value is (147,125,130). Sum of RGB (Red+Green+Blue) = 147+125+130=402 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.57% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 130 (51.17% from 255 or 32.34% from 402); Max value from RGB is 147 - color contains mainly: red. Hex color #937D82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937D82 is #6C827D. Grayscale: #848484. Windows color (decimal): -7111294 or 8551827. OLE color: 8551827.

HSL color Cylindrical-coordinate representation of color #937D82: hue angle of 346.36º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #937D82 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB147125130-
CMYK00.150.120.42
HSL346.36º9.24%53.33%-
HSV(B)346.36º14.97%57.65%-
XYZ23.422.4824.23-
YUV132.15126.79138.59-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.57%
GREEN value IS 125 (49.22% from 255) = 31.09%
BLUE value IS 130 (51.17% from 255) = 32.34%
R=36.57%
G=31.09%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712513000.150.120.42346.369.2453.33
Hex937D820FC2A15a935
Octal22317520201714525321165
Binary100100111111101100000100111111001010101010110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,125,130); }

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

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

 a { background-color: rgb(147,125,130); }

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

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

 span { border-color: rgb(147,125,130); }

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