#927B81

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

Shades of Venus #927B81

Tints of Venus #927B81

Color information

#927B81 (or 0x927B81) is unknown color: approx Venus. HEX triplet: 92, 7B and 81. RGB value is (146,123,129). Sum of RGB (Red+Green+Blue) = 146+123+129=398 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.68% from 398); Green value is 123 (48.44% from 255 or 30.90% from 398); Blue value is 129 (50.78% from 255 or 32.41% from 398); Max value from RGB is 146 - color contains mainly: red. Hex color #927B81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927B81 is #6D847E. Grayscale: #828282. Windows color (decimal): -7177343 or 8485778. OLE color: 8485778.

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

Color convert

RGB146123129-
CMYK00.160.120.43
HSL344.35º9.54%52.75%-
HSV(B)344.35º15.75%57.25%-
XYZ22.921.8623.78-
YUV130.56127.12139.01-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.68%
GREEN value IS 123 (48.44% from 255) = 30.90%
BLUE value IS 129 (50.78% from 255) = 32.41%
R=36.68%
G=30.90%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14612312900.160.120.43344.359.5452.75
Hex927B81010C2B158a35
Octal22217320102014535301265
Binary1001001011110111000000101000011001010111010110001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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