#927781

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

Shades of Venus #927781

Tints of Venus #927781

Color information

#927781 (or 0x927781) is unknown color: approx Venus. HEX triplet: 92, 77 and 81. RGB value is (146,119,129). Sum of RGB (Red+Green+Blue) = 146+119+129=394 (52% of max value = 765). Red value is 146 (57.42% from 255 or 37.06% from 394); Green value is 119 (46.88% from 255 or 30.20% from 394); Blue value is 129 (50.78% from 255 or 32.74% from 394); Max value from RGB is 146 - color contains mainly: red. Hex color #927781 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927781 is #6D887E. Grayscale: #808080. Windows color (decimal): -7178367 or 8484754. OLE color: 8484754.

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

Color convert

RGB146119129-
CMYK00.180.120.43
HSL337.78º11.02%51.96%-
HSV(B)337.78º18.49%57.25%-
XYZ22.4120.8923.62-
YUV128.21128.45140.69-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.06%
GREEN value IS 119 (46.88% from 255) = 30.20%
BLUE value IS 129 (50.78% from 255) = 32.74%
R=37.06%
G=30.20%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611912900.180.120.43337.7811.0251.96
Hex927781012C2B152b34
Octal22216720102214535221364
Binary1001001011101111000000101001011001010111010100101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927781; }

 p { color: rgb(146,119,129); }

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

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

 a { background-color: rgb(146,119,129); }

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

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

 span { border-color: rgb(146,119,129); }

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