#8B767E

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

Shades of Venus #8B767E

Tints of Venus #8B767E

Color information

#8B767E (or 0x8B767E) is unknown color: approx Venus. HEX triplet: 8B, 76 and 7E. RGB value is (139,118,126). Sum of RGB (Red+Green+Blue) = 139+118+126=383 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.29% from 383); Green value is 118 (46.48% from 255 or 30.81% from 383); Blue value is 126 (49.61% from 255 or 32.90% from 383); Max value from RGB is 139 - color contains mainly: red. Hex color #8B767E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B767E is #748981. Grayscale: #7D7D7D. Windows color (decimal): -7637378 or 8287883. OLE color: 8287883.

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

Color convert

RGB139118126-
CMYK00.150.090.45
HSL337.14º8.3%50.39%-
HSV(B)337.14º15.11%54.51%-
XYZ20.8919.9522.49-
YUV125.19128.46137.85-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.29%
GREEN value IS 118 (46.48% from 255) = 30.81%
BLUE value IS 126 (49.61% from 255) = 32.90%
R=36.29%
G=30.81%
B=32.90%

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
Decimal13911812600.150.090.45337.148.350.39
Hex8B767E0F92D151832
Octal21316617601711555211062
Binary10001011111011011111100111110011011011010100011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B767E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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