#927E7F

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

Shades of Venus #927E7F

Tints of Venus #927E7F

Color information

#927E7F (or 0x927E7F) is unknown color: approx Venus. HEX triplet: 92, 7E and 7F. RGB value is (146,126,127). Sum of RGB (Red+Green+Blue) = 146+126+127=399 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.59% from 399); Green value is 126 (49.61% from 255 or 31.58% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 146 - color contains mainly: red. Hex color #927E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927E7F is #6D8180. Grayscale: #848484. Windows color (decimal): -7176577 or 8355474. OLE color: 8355474.

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

Color convert

RGB146126127-
CMYK00.140.130.43
HSL357º8.4%53.33%-
HSV(B)357º13.7%57.25%-
XYZ23.1522.5723.21-
YUV132.09125.13137.92-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.59%
GREEN value IS 126 (49.61% from 255) = 31.58%
BLUE value IS 127 (50% from 255) = 31.83%
R=36.59%
G=31.58%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14612612700.140.130.433578.453.33
Hex927E7F0ED2B165835
Octal22217617701615535451065
Binary10010010111111011111110111011011010111011001011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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