#927B86

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

Shades of Venus #927B86

Tints of Venus #927B86

Color information

#927B86 (or 0x927B86) is unknown color: approx Venus. HEX triplet: 92, 7B and 86. RGB value is (146,123,134). Sum of RGB (Red+Green+Blue) = 146+123+134=403 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.23% from 403); Green value is 123 (48.44% from 255 or 30.52% from 403); Blue value is 134 (52.73% from 255 or 33.25% from 403); Max value from RGB is 146 - color contains mainly: red. Hex color #927B86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927B86 is #6D8479. Grayscale: #838383. Windows color (decimal): -7177338 or 8813458. OLE color: 8813458.

HSL color Cylindrical-coordinate representation of color #927B86: hue angle of 331.3º 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 #927B86 is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB146123134-
CMYK00.160.080.43
HSL331.3º9.54%52.75%-
HSV(B)331.3º15.75%57.25%-
XYZ23.242225.58-
YUV131.13129.62138.61-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.23%
GREEN value IS 123 (48.44% from 255) = 30.52%
BLUE value IS 134 (52.73% from 255) = 33.25%
R=36.23%
G=30.52%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14612313400.160.080.43331.39.5452.75
Hex927B8601082B14ba35
Octal22217320602010535131265
Binary1001001011110111000011001000010001010111010010111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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