#927F85

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

Shades of Venus #927F85

Tints of Venus #927F85

Color information

#927F85 (or 0x927F85) is unknown color: approx Venus. HEX triplet: 92, 7F and 85. RGB value is (146,127,133). Sum of RGB (Red+Green+Blue) = 146+127+133=406 (53% of max value = 765). Red value is 146 (57.42% from 255 or 35.96% from 406); Green value is 127 (50% from 255 or 31.28% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 146 - color contains mainly: red. Hex color #927F85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927F85 is #6D807A. Grayscale: #858585. Windows color (decimal): -7176315 or 8748946. OLE color: 8748946.

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

Color convert

RGB146127133-
CMYK00.130.090.43
HSL341.05º8.02%53.53%-
HSV(B)341.05º13.01%57.25%-
XYZ23.6822.9825.38-
YUV133.36127.79137.01-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.96%
GREEN value IS 127 (50% from 255) = 31.28%
BLUE value IS 133 (52.34% from 255) = 32.76%
R=35.96%
G=31.28%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14612713300.130.090.43341.058.0253.53
Hex927F850D92B155836
Octal22217720501511535251066
Binary100100101111111100001010110110011010111010101011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,127,133); }

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

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

 a { background-color: rgb(146,127,133); }

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

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

 span { border-color: rgb(146,127,133); }

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