Html Css Color HEX #978C79 Heathered Grey

📋 copy color: '#978C79'

red 151 ◦ green 140 ◦ blue 121

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

Shades of Heathered Grey #978C79

Tints of Heathered Grey #978C79

RGB

 RED value IS 151 (59.38% from 255) = 36.65%

 GREEN value IS 140 (55.08% from 255) = 33.98%

 BLUE value IS 121 (47.66% from 255) = 29.37%

R = 36.65%
G = 33.98%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#978C79 (or 0x978C79) is known color: Heathered Grey. HEX triplet: 97, 8C and 79. RGB value is (151,140,121). Sum of RGB (Red+Green+Blue) = 151+140+121=412 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.65% from 412); Green value is 140 (55.08% from 255 or 33.98% from 412); Blue value is 121 (47.66% from 255 or 29.37% from 412); Max value from RGB is 151 - color contains mainly: red. Hex color #978C79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978C79 is #687386. Grayscale: #8D8D8D. Windows color (decimal): -6845319 or 7965847. OLE color: 7965847.

HSL color Cylindrical-coordinate representation of color #978C79: hue angle of 38º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #978C79 is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 140 121 -
CMYK 0 0.07 0.20 0.41
HSL 38º 0.13% 0.53% -
HSV(B) 38º 0.2% 0.59% -
XYZ 25.59 26.72 21.9 -
YUV 141.12 116.64 135.04 -
System Red Green Blue C M Y K H S L
Decimal 151 140 121 0 0.07 0.20 0.41 38 0.13 0.53
Hex 97 8C 79 0 7 14 29 26 D 35
Octal 227 214 171 0 7 24 51 46 15 65
Binary 10010111 10001100 1111001 0 111 10100 101001 100110 1101 110101

Color Harmonies of #978C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978C79

Black with #978C79

Text Example


Text Example

White with #978C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978C79; }

 p { color: rgb(151,140,121); }

 H1.HeaderClassName
 {
   color: #978C79;
 }
 .AnyTagClassName
 {
   color: #978C79;
 }
</style>

background-color css

<style>
 a { background-color: #978C79; }

 a { background-color: rgb(151,140,121); }

 div.DivClassName
 {
   background-color: #978C79;
 }
 .BgClassName
 {
   background-color: #978C79;
 }
</style>

border-color css

<style>
 span { border-color: #978C79; }

 span { border-color: rgb(151,140,121); }

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