Html Css Color HEX #978D7E Heathered Grey

📋 copy color: '#978D7E'

red 151 ◦ green 141 ◦ blue 126

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

Shades of Heathered Grey #978D7E

Tints of Heathered Grey #978D7E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.73%

 BLUE value IS 126 (49.61% from 255) = 30.14%

R = 36.12%
G = 33.73%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#978D7E (or 0x978D7E) is known color: Heathered Grey. HEX triplet: 97, 8D and 7E. RGB value is (151,141,126). Sum of RGB (Red+Green+Blue) = 151+141+126=418 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.12% from 418); Green value is 141 (55.47% from 255 or 33.73% from 418); Blue value is 126 (49.61% from 255 or 30.14% from 418); Max value from RGB is 151 - color contains mainly: red. Hex color #978D7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978D7E is #687281. Grayscale: #8E8E8E. Windows color (decimal): -6845058 or 8293783. OLE color: 8293783.

HSL color Cylindrical-coordinate representation of color #978D7E: hue angle of 36º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #978D7E is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 141 126 -
CMYK 0 0.07 0.17 0.41
HSL 36º 0.11% 0.54% -
HSV(B) 36º 0.17% 0.59% -
XYZ 26.05 27.14 23.6 -
YUV 142.28 118.81 134.22 -
System Red Green Blue C M Y K H S L
Decimal 151 141 126 0 0.07 0.17 0.41 36 0.11 0.54
Hex 97 8D 7E 0 7 11 29 24 B 36
Octal 227 215 176 0 7 21 51 44 13 66
Binary 10010111 10001101 1111110 0 111 10001 101001 100100 1011 110110

Color Harmonies of #978D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978D7E

Black with #978D7E

Text Example


Text Example

White with #978D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,141,126); }

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

background-color css

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

 a { background-color: rgb(151,141,126); }

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

border-color css

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

 span { border-color: rgb(151,141,126); }

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