#8C8184

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

Shades of Venus #8C8184

Tints of Venus #8C8184

Color information

#8C8184 (or 0x8C8184) is unknown color: approx Venus. HEX triplet: 8C, 81 and 84. RGB value is (140,129,132). Sum of RGB (Red+Green+Blue) = 140+129+132=401 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.91% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 132 (51.95% from 255 or 32.92% from 401); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8184 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8184 is #737E7B. Grayscale: #848484. Windows color (decimal): -7569020 or 8683916. OLE color: 8683916.

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

Color convert

RGB140129132-
CMYK00.080.060.45
HSL343.64º4.56%52.75%-
HSV(B)343.64º7.86%54.9%-
XYZ22.8322.9425.05-
YUV132.63127.64133.26-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.91%
GREEN value IS 129 (50.78% from 255) = 32.17%
BLUE value IS 132 (51.95% from 255) = 32.92%
R=34.91%
G=32.17%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14012913200.080.060.45343.644.5652.75
Hex8C81840862D158535
Octal214201204010655530565
Binary10001100100000011000010001000110101101101011000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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