Html Css Color HEX #978E80 Heathered Grey

📋 copy color: '#978E80'

red 151 ◦ green 142 ◦ blue 128

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

Shades of Heathered Grey #978E80

Tints of Heathered Grey #978E80

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.73%

 BLUE value IS 128 (50.39% from 255) = 30.4%

R = 35.87%
G = 33.73%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#978E80 (or 0x978E80) is known color: Heathered Grey. HEX triplet: 97, 8E and 80. RGB value is (151,142,128). Sum of RGB (Red+Green+Blue) = 151+142+128=421 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.87% from 421); Green value is 142 (55.86% from 255 or 33.73% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 151 - color contains mainly: red. Hex color #978E80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978E80 is #68717F. Grayscale: #8F8F8F. Windows color (decimal): -6844800 or 8425111. OLE color: 8425111.

HSL color Cylindrical-coordinate representation of color #978E80: hue angle of 36.52º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #978E80 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 142 128 -
CMYK 0 0.06 0.15 0.41
HSL 36.52º 0.1% 0.55% -
HSV(B) 36.52º 0.15% 0.59% -
XYZ 26.33 27.48 24.34 -
YUV 143.1 119.48 133.64 -
System Red Green Blue C M Y K H S L
Decimal 151 142 128 0 0.06 0.15 0.41 36.52 0.1 0.55
Hex 97 8E 80 0 6 F 29 25 A 37
Octal 227 216 200 0 6 17 51 45 12 67
Binary 10010111 10001110 10000000 0 110 1111 101001 100101 1010 110111

Color Harmonies of #978E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978E80

Black with #978E80

Text Example


Text Example

White with #978E80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,142,128); }

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

background-color css

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

 a { background-color: rgb(151,142,128); }

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

border-color css

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

 span { border-color: rgb(151,142,128); }

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