#8B767F

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

Shades of Venus #8B767F

Tints of Venus #8B767F

Color information

#8B767F (or 0x8B767F) is unknown color: approx Venus. HEX triplet: 8B, 76 and 7F. RGB value is (139,118,127). Sum of RGB (Red+Green+Blue) = 139+118+127=384 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.20% from 384); Green value is 118 (46.48% from 255 or 30.73% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 139 - color contains mainly: red. Hex color #8B767F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B767F is #748980. Grayscale: #7D7D7D. Windows color (decimal): -7637377 or 8353419. OLE color: 8353419.

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

Color convert

RGB139118127-
CMYK00.150.090.45
HSL334.29º8.3%50.39%-
HSV(B)334.29º15.11%54.51%-
XYZ20.9619.9822.83-
YUV125.3128.96137.77-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.20%
GREEN value IS 118 (46.48% from 255) = 30.73%
BLUE value IS 127 (50% from 255) = 33.07%
R=36.20%
G=30.73%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13911812700.150.090.45334.298.350.39
Hex8B767F0F92D14e832
Octal21316617701711555161062
Binary10001011111011011111110111110011011011010011101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B767F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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