#8B797D

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

Shades of Venus #8B797D

Tints of Venus #8B797D

Color information

#8B797D (or 0x8B797D) is unknown color: approx Venus. HEX triplet: 8B, 79 and 7D. RGB value is (139,121,125). Sum of RGB (Red+Green+Blue) = 139+121+125=385 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.10% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 139 - color contains mainly: red. Hex color #8B797D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B797D is #748682. Grayscale: #7E7E7E. Windows color (decimal): -7636611 or 8223115. OLE color: 8223115.

HSL color Cylindrical-coordinate representation of color #8B797D: hue angle of 346.67º 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 #8B797D is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB139121125-
CMYK00.130.100.45
HSL346.67º7.2%50.98%-
HSV(B)346.67º12.95%54.51%-
XYZ21.1920.6422.27-
YUV126.84126.96136.67-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.10%
GREEN value IS 121 (47.66% from 255) = 31.43%
BLUE value IS 125 (49.22% from 255) = 32.47%
R=36.10%
G=31.43%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13912112500.130.100.45346.677.250.98
Hex8B797D0DA2D15b733
Octal2131711750151255533763
Binary1000101111110011111101011011010101101101011011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B797D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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