#937782

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

Shades of Venus #937782

Tints of Venus #937782

Color information

#937782 (or 0x937782) is unknown color: approx Venus. HEX triplet: 93, 77 and 82. RGB value is (147,119,130). Sum of RGB (Red+Green+Blue) = 147+119+130=396 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.12% from 396); Green value is 119 (46.88% from 255 or 30.05% from 396); Blue value is 130 (51.17% from 255 or 32.83% from 396); Max value from RGB is 147 - color contains mainly: red. Hex color #937782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937782 is #6C887D. Grayscale: #808080. Windows color (decimal): -7112830 or 8550291. OLE color: 8550291.

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

Color convert

RGB147119130-
CMYK00.190.120.42
HSL336.43º11.48%52.16%-
HSV(B)336.43º19.05%57.65%-
XYZ22.6621.0123.98-
YUV128.63128.78141.11-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.12%
GREEN value IS 119 (46.88% from 255) = 30.05%
BLUE value IS 130 (51.17% from 255) = 32.83%
R=37.12%
G=30.05%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711913000.190.120.42336.4311.4852.16
Hex937782013C2A150b34
Octal22316720202314525201364
Binary1001001111101111000001001001111001010101010100001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937782; }

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

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

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

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

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

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

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

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