#927D7F

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

Shades of Venus #927D7F

Tints of Venus #927D7F

Color information

#927D7F (or 0x927D7F) is unknown color: approx Venus. HEX triplet: 92, 7D and 7F. RGB value is (146,125,127). Sum of RGB (Red+Green+Blue) = 146+125+127=398 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.68% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 146 - color contains mainly: red. Hex color #927D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927D7F is #6D8280. Grayscale: #838383. Windows color (decimal): -7176833 or 8355218. OLE color: 8355218.

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

Color convert

RGB146125127-
CMYK00.140.130.43
HSL354.29º8.79%53.14%-
HSV(B)354.29º14.38%57.25%-
XYZ23.0222.3123.17-
YUV131.51125.46138.34-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.68%
GREEN value IS 125 (49.22% from 255) = 31.41%
BLUE value IS 127 (50% from 255) = 31.91%
R=36.68%
G=31.41%
B=31.91%

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
Decimal14612512700.140.130.43354.298.7953.14
Hex927D7F0ED2B162935
Octal22217517701615535421165
Binary10010010111110111111110111011011010111011000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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