#927682

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

Shades of Venus #927682

Tints of Venus #927682

Color information

#927682 (or 0x927682) is unknown color: approx Venus. HEX triplet: 92, 76 and 82. RGB value is (146,118,130). Sum of RGB (Red+Green+Blue) = 146+118+130=394 (52% of max value = 765). Red value is 146 (57.42% from 255 or 37.06% from 394); Green value is 118 (46.48% from 255 or 29.95% from 394); Blue value is 130 (51.17% from 255 or 32.99% from 394); Max value from RGB is 146 - color contains mainly: red. Hex color #927682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927682 is #6D897D. Grayscale: #7F7F7F. Windows color (decimal): -7178622 or 8550034. OLE color: 8550034.

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

Color convert

RGB146118130-
CMYK00.190.110.43
HSL334.29º11.38%51.76%-
HSV(B)334.29º19.18%57.25%-
XYZ22.3620.6823.93-
YUV127.74129.28141.02-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.06%
GREEN value IS 118 (46.48% from 255) = 29.95%
BLUE value IS 130 (51.17% from 255) = 32.99%
R=37.06%
G=29.95%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611813000.190.110.43334.2911.3851.76
Hex927682013B2B14eb34
Octal22216620202313535161364
Binary1001001011101101000001001001110111010111010011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927682; }

 p { color: rgb(146,118,130); }

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

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

 a { background-color: rgb(146,118,130); }

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

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

 span { border-color: rgb(146,118,130); }

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