#8B7D7F

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

Shades of Venus #8B7D7F

Tints of Venus #8B7D7F

Color information

#8B7D7F (or 0x8B7D7F) is unknown color: approx Venus. HEX triplet: 8B, 7D and 7F. RGB value is (139,125,127). Sum of RGB (Red+Green+Blue) = 139+125+127=391 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.55% from 391); Green value is 125 (49.22% from 255 or 31.97% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7D7F is #748280. Grayscale: #818181. Windows color (decimal): -7635585 or 8355211. OLE color: 8355211.

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

Color convert

RGB139125127-
CMYK00.100.090.45
HSL351.43º5.69%51.76%-
HSV(B)351.43º10.07%54.51%-
XYZ21.8121.6923.12-
YUV129.41126.64134.84-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.55%
GREEN value IS 125 (49.22% from 255) = 31.97%
BLUE value IS 127 (50% from 255) = 32.48%
R=35.55%
G=31.97%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13912512700.100.090.45351.435.6951.76
Hex8B7D7F0A92D15f634
Octal2131751770121155537664
Binary1000101111111011111111010101001101101101011111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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