#8C8384

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

Shades of Venus #8C8384

Tints of Venus #8C8384

Color information

#8C8384 (or 0x8C8384) is unknown color: approx Venus. HEX triplet: 8C, 83 and 84. RGB value is (140,131,132). Sum of RGB (Red+Green+Blue) = 140+131+132=403 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.74% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 132 (51.95% from 255 or 32.75% from 403); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8384 is #737C7B. Grayscale: #858585. Windows color (decimal): -7568508 or 8684428. OLE color: 8684428.

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

Color convert

RGB140131132-
CMYK00.060.060.45
HSL353.33º3.77%53.14%-
HSV(B)353.33º6.43%54.9%-
XYZ23.123.4725.14-
YUV133.8126.98132.42-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.74%
GREEN value IS 131 (51.56% from 255) = 32.51%
BLUE value IS 132 (51.95% from 255) = 32.75%
R=34.74%
G=32.51%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013113200.060.060.45353.333.7753.14
Hex8C83840662D161435
Octal21420320406655541465
Binary1000110010000011100001000110110101101101100001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,131,132); }

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

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

 a { background-color: rgb(140,131,132); }

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

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

 span { border-color: rgb(140,131,132); }

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