#9C8D7C

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

Shades of Heathered Grey #9C8D7C

Tints of Heathered Grey #9C8D7C

Color information

#9C8D7C (or 0x9C8D7C) is unknown color: approx Heathered Grey. HEX triplet: 9C, 8D and 7C. RGB value is (156,141,124). Sum of RGB (Red+Green+Blue) = 156+141+124=421 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.05% from 421); Green value is 141 (55.47% from 255 or 33.49% from 421); Blue value is 124 (48.83% from 255 or 29.45% from 421); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8D7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8D7C is #637283. Grayscale: #8F8F8F. Windows color (decimal): -6517380 or 8162716. OLE color: 8162716.

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

Color convert

RGB156141124-
CMYK00.100.210.39
HSL31.88º13.91%54.9%-
HSV(B)31.88º20.51%61.18%-
XYZ26.8727.5722.97-
YUV143.55116.97136.88-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.05%
GREEN value IS 141 (55.47% from 255) = 33.49%
BLUE value IS 124 (48.83% from 255) = 29.45%
R=37.05%
G=33.49%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.21
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15614112400.100.210.3931.8813.9154.9
Hex9C8D7C0A152720e37
Octal2342151740122547401667
Binary1001110010001101111110001010101011001111000001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,141,124); }

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

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

 a { background-color: rgb(156,141,124); }

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

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

 span { border-color: rgb(156,141,124); }

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