#927D84

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

Shades of Venus #927D84

Tints of Venus #927D84

Color information

#927D84 (or 0x927D84) is unknown color: approx Venus. HEX triplet: 92, 7D and 84. RGB value is (146,125,132). Sum of RGB (Red+Green+Blue) = 146+125+132=403 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.23% from 403); Green value is 125 (49.22% from 255 or 31.02% from 403); Blue value is 132 (51.95% from 255 or 32.75% from 403); Max value from RGB is 146 - color contains mainly: red. Hex color #927D84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927D84 is #6D827B. Grayscale: #848484. Windows color (decimal): -7176828 or 8682898. OLE color: 8682898.

HSL color Cylindrical-coordinate representation of color #927D84: hue angle of 340º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #927D84 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB146125132-
CMYK00.140.100.43
HSL340º8.79%53.14%-
HSV(B)340º14.38%57.25%-
XYZ23.3522.4424.93-
YUV132.08127.96137.93-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.23%
GREEN value IS 125 (49.22% from 255) = 31.02%
BLUE value IS 132 (51.95% from 255) = 32.75%
R=36.23%
G=31.02%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14612513200.140.100.433408.7953.14
Hex927D840EA2B154935
Octal22217520401612535241165
Binary100100101111101100001000111010101010111010101001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927D84; }

 p { color: rgb(146,125,132); }

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

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

 a { background-color: rgb(146,125,132); }

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

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

 span { border-color: rgb(146,125,132); }

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