#9C828C

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

Shades of Venus #9C828C

Tints of Venus #9C828C

Color information

#9C828C (or 0x9C828C) is unknown color: approx Venus. HEX triplet: 9C, 82 and 8C. RGB value is (156,130,140). Sum of RGB (Red+Green+Blue) = 156+130+140=426 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.62% from 426); Green value is 130 (51.17% from 255 or 30.52% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 156 - color contains mainly: red. Hex color #9C828C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C828C is #637D73. Grayscale: #8A8A8A. Windows color (decimal): -6520180 or 9208476. OLE color: 9208476.

HSL color Cylindrical-coordinate representation of color #9C828C: hue angle of 336.92º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9C828C is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB156130140-
CMYK00.170.100.39
HSL336.92º11.61%56.08%-
HSV(B)336.92º16.67%61.18%-
XYZ26.4324.9328.23-
YUV138.91128.61140.19-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.62%
GREEN value IS 130 (51.17% from 255) = 30.52%
BLUE value IS 140 (55.08% from 255) = 32.86%
R=36.62%
G=30.52%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15613014000.170.100.39336.9211.6156.08
Hex9C828C011A27151c38
Octal23420221402112475211470
Binary10011100100000101000110001000110101001111010100011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C828C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C828C; }

 p { color: rgb(156,130,140); }

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

<style>
 a { background-color: #9C828C; }

 a { background-color: rgb(156,130,140); }

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

<style>
 span { border-color: #9C828C; }

 span { border-color: rgb(156,130,140); }

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