#8C7B81

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

Shades of Venus #8C7B81

Tints of Venus #8C7B81

Color information

#8C7B81 (or 0x8C7B81) is unknown color: approx Venus. HEX triplet: 8C, 7B and 81. RGB value is (140,123,129). Sum of RGB (Red+Green+Blue) = 140+123+129=392 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.71% from 392); Green value is 123 (48.44% from 255 or 31.38% from 392); Blue value is 129 (50.78% from 255 or 32.91% from 392); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7B81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7B81 is #73847E. Grayscale: #808080. Windows color (decimal): -7570559 or 8485772. OLE color: 8485772.

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

Color convert

RGB140123129-
CMYK00.120.080.45
HSL338.82º6.88%51.57%-
HSV(B)338.82º12.14%54.9%-
XYZ21.8621.3323.73-
YUV128.77128.13136.01-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.71%
GREEN value IS 123 (48.44% from 255) = 31.38%
BLUE value IS 129 (50.78% from 255) = 32.91%
R=35.71%
G=31.38%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14012312900.120.080.45338.826.8851.57
Hex8C7B810C82D153734
Octal2141732010141055523764
Binary10001100111101110000001011001000101101101010011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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