#8C8083

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

Shades of Venus #8C8083

Tints of Venus #8C8083

Color information

#8C8083 (or 0x8C8083) is unknown color: approx Venus. HEX triplet: 8C, 80 and 83. RGB value is (140,128,131). Sum of RGB (Red+Green+Blue) = 140+128+131=399 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.09% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 131 (51.56% from 255 or 32.83% from 399); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8083 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8083 is #737F7C. Grayscale: #838383. Windows color (decimal): -7569277 or 8618124. OLE color: 8618124.

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

Color convert

RGB140128131-
CMYK00.090.060.45
HSL345º4.96%52.55%-
HSV(B)345º8.57%54.9%-
XYZ22.6322.6524.65-
YUV131.93127.48133.76-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.09%
GREEN value IS 128 (50.39% from 255) = 32.08%
BLUE value IS 131 (51.56% from 255) = 32.83%
R=35.09%
G=32.08%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14012813100.090.060.453454.9652.55
Hex8C80830962D159535
Octal214200203011655531565
Binary10001100100000001000001101001110101101101011001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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