#9C808A

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

Shades of Venus #9C808A

Tints of Venus #9C808A

Color information

#9C808A (or 0x9C808A) is unknown color: approx Venus. HEX triplet: 9C, 80 and 8A. RGB value is (156,128,138). Sum of RGB (Red+Green+Blue) = 156+128+138=422 (55% of max value = 765). Red value is 156 (61.33% from 255 or 36.97% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 138 (54.30% from 255 or 32.70% from 422); Max value from RGB is 156 - color contains mainly: red. Hex color #9C808A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C808A is #637F75. Grayscale: #898989. Windows color (decimal): -6520694 or 9076892. OLE color: 9076892.

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

Color convert

RGB156128138-
CMYK00.180.120.39
HSL338.57º12.39%55.69%-
HSV(B)338.57º17.95%61.18%-
XYZ26.0224.3427.37-
YUV137.51128.28141.19-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.97%
GREEN value IS 128 (50.39% from 255) = 30.33%
BLUE value IS 138 (54.30% from 255) = 32.70%
R=36.97%
G=30.33%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15612813800.180.120.39338.5712.3955.69
Hex9C808A012C27153c38
Octal23420021202214475231470
Binary10011100100000001000101001001011001001111010100111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C808A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,128,138); }

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

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

 a { background-color: rgb(156,128,138); }

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

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

 span { border-color: rgb(156,128,138); }

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