#8B727D

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

Shades of Venus #8B727D

Tints of Venus #8B727D

Color information

#8B727D (or 0x8B727D) is unknown color: approx Venus. HEX triplet: 8B, 72 and 7D. RGB value is (139,114,125). Sum of RGB (Red+Green+Blue) = 139+114+125=378 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.77% from 378); Green value is 114 (44.92% from 255 or 30.16% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 139 - color contains mainly: red. Hex color #8B727D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B727D is #748D82. Grayscale: #7A7A7A. Windows color (decimal): -7638403 or 8221323. OLE color: 8221323.

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

Color convert

RGB139114125-
CMYK00.180.100.45
HSL333.6º9.88%49.61%-
HSV(B)333.6º17.99%54.51%-
XYZ20.371922-
YUV122.73129.28139.61-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.77%
GREEN value IS 114 (44.92% from 255) = 30.16%
BLUE value IS 125 (49.22% from 255) = 33.07%
R=36.77%
G=30.16%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13911412500.180.100.45333.69.8849.61
Hex8B727D012A2D14ea32
Octal21316217502212555161262
Binary100010111110010111110101001010101011011010011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B727D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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