#8C7B7F

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

Shades of Venus #8C7B7F

Tints of Venus #8C7B7F

Color information

#8C7B7F (or 0x8C7B7F) is unknown color: approx Venus. HEX triplet: 8C, 7B and 7F. RGB value is (140,123,127). Sum of RGB (Red+Green+Blue) = 140+123+127=390 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.90% from 390); Green value is 123 (48.44% from 255 or 31.54% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7B7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7B7F is #738480. Grayscale: #808080. Windows color (decimal): -7570561 or 8354700. OLE color: 8354700.

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

Color convert

RGB140123127-
CMYK00.120.090.45
HSL345.88º6.88%51.57%-
HSV(B)345.88º12.14%54.9%-
XYZ21.7321.2723.04-
YUV128.54127.13136.17-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.90%
GREEN value IS 123 (48.44% from 255) = 31.54%
BLUE value IS 127 (50% from 255) = 32.56%
R=35.90%
G=31.54%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14012312700.120.090.45345.886.8851.57
Hex8C7B7F0C92D15a734
Octal2141731770141155532764
Binary1000110011110111111111011001001101101101011010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,123,127); }

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

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

 a { background-color: rgb(140,123,127); }

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

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

 span { border-color: rgb(140,123,127); }

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