#8B797F

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

Shades of Venus #8B797F

Tints of Venus #8B797F

Color information

#8B797F (or 0x8B797F) is unknown color: approx Venus. HEX triplet: 8B, 79 and 7F. RGB value is (139,121,127). Sum of RGB (Red+Green+Blue) = 139+121+127=387 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.92% from 387); Green value is 121 (47.66% from 255 or 31.27% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 139 - color contains mainly: red. Hex color #8B797F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B797F is #748680. Grayscale: #7F7F7F. Windows color (decimal): -7636609 or 8354187. OLE color: 8354187.

HSL color Cylindrical-coordinate representation of color #8B797F: hue angle of 340º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8B797F is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB139121127-
CMYK00.130.090.45
HSL340º7.2%50.98%-
HSV(B)340º12.95%54.51%-
XYZ21.3220.722.95-
YUV127.07127.96136.51-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.92%
GREEN value IS 121 (47.66% from 255) = 31.27%
BLUE value IS 127 (50% from 255) = 32.82%
R=35.92%
G=31.27%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13912112700.130.090.453407.250.98
Hex8B797F0D92D154733
Octal2131711770151155524763
Binary1000101111110011111111011011001101101101010100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B797F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B797F; }

 p { color: rgb(139,121,127); }

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

<style>
 a { background-color: #8B797F; }

 a { background-color: rgb(139,121,127); }

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

<style>
 span { border-color: #8B797F; }

 span { border-color: rgb(139,121,127); }

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