Html Css Color HEX #978E7E Heathered Grey

📋 copy color: '#978E7E'

red 151 ◦ green 142 ◦ blue 126

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

Shades of Heathered Grey #978E7E

Tints of Heathered Grey #978E7E

RGB

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

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

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

R = 36.04%
G = 33.89%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#978E7E (or 0x978E7E) is known color: Heathered Grey. HEX triplet: 97, 8E and 7E. RGB value is (151,142,126). Sum of RGB (Red+Green+Blue) = 151+142+126=419 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.04% from 419); Green value is 142 (55.86% from 255 or 33.89% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 151 - color contains mainly: red. Hex color #978E7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978E7E is #687181. Grayscale: #8E8E8E. Windows color (decimal): -6844802 or 8294039. OLE color: 8294039.

HSL color Cylindrical-coordinate representation of color #978E7E: hue angle of 38.4º 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 #978E7E is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 142 126 -
CMYK 0 0.06 0.17 0.41
HSL 38.4º 0.11% 0.54% -
HSV(B) 38.4º 0.17% 0.59% -
XYZ 26.2 27.43 23.65 -
YUV 142.87 118.48 133.8 -
System Red Green Blue C M Y K H S L
Decimal 151 142 126 0 0.06 0.17 0.41 38.4 0.11 0.54
Hex 97 8E 7E 0 6 11 29 26 B 36
Octal 227 216 176 0 6 21 51 46 13 66
Binary 10010111 10001110 1111110 0 110 10001 101001 100110 1011 110110

Color Harmonies of #978E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978E7E

Black with #978E7E

Text Example


Text Example

White with #978E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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