Html Css Color HEX #9C8D7C Heathered Grey

📋 copy color: '#9C8D7C'

red 156 ◦ green 141 ◦ blue 124

#9C8D7C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heathered Grey #9C8D7C

Tints of Heathered Grey #9C8D7C

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 value IS 0

 M value IS 0.10

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#9C8D7C (or 0x9C8D7C) is known color: 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

RGB 156 141 124 -
CMYK 0 0.10 0.21 0.39
HSL 31.88º 0.14% 0.55% -
HSV(B) 31.88º 0.21% 0.61% -
XYZ 26.87 27.57 22.97 -
YUV 143.55 116.97 136.88 -
System Red Green Blue C M Y K H S L
Decimal 156 141 124 0 0.10 0.21 0.39 31.88 0.14 0.55
Hex 9C 8D 7C 0 A 15 27 20 E 37
Octal 234 215 174 0 12 25 47 40 16 67
Binary 10011100 10001101 1111100 0 1010 10101 100111 100000 1110 110111

Color Harmonies of #9C8D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8D7C

Black with #9C8D7C

Text Example


Text Example

White with #9C8D7C

Text Example


Text Example

HTML Codes & Css Web 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>