#927A7F

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

Shades of Venus #927A7F

Tints of Venus #927A7F

Color information

#927A7F (or 0x927A7F) is unknown color: approx Venus. HEX triplet: 92, 7A and 7F. RGB value is (146,122,127). Sum of RGB (Red+Green+Blue) = 146+122+127=395 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.96% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 146 - color contains mainly: red. Hex color #927A7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927A7F is #6D8580. Grayscale: #818181. Windows color (decimal): -7177601 or 8354450. OLE color: 8354450.

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

Color convert

RGB146122127-
CMYK00.160.130.43
HSL347.5º9.92%52.55%-
HSV(B)347.5º16.44%57.25%-
XYZ22.6421.5623.05-
YUV129.75126.45139.59-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.96%
GREEN value IS 122 (48.05% from 255) = 30.89%
BLUE value IS 127 (50% from 255) = 32.15%
R=36.96%
G=30.89%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14612212700.160.130.43347.59.9252.55
Hex927A7F010D2B15ca35
Octal22217217702015535341265
Binary100100101111010111111101000011011010111010111001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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