Html Css Color HEX #978E7A Heathered Grey

📋 copy color: '#978E7A'

red 151 ◦ green 142 ◦ blue 122

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

Shades of Heathered Grey #978E7A

Tints of Heathered Grey #978E7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.4%

R = 36.39%
G = 34.22%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#978E7A (or 0x978E7A) is known color: Heathered Grey. HEX triplet: 97, 8E and 7A. RGB value is (151,142,122). Sum of RGB (Red+Green+Blue) = 151+142+122=415 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.39% from 415); Green value is 142 (55.86% from 255 or 34.22% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 151 - color contains mainly: red. Hex color #978E7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978E7A is #687185. Grayscale: #8E8E8E. Windows color (decimal): -6844806 or 8031895. OLE color: 8031895.

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

Color convert

RGB 151 142 122 -
CMYK 0 0.06 0.19 0.41
HSL 41.38º 0.12% 0.54% -
HSV(B) 41.38º 0.19% 0.59% -
XYZ 25.95 27.33 22.32 -
YUV 142.41 116.48 134.13 -
System Red Green Blue C M Y K H S L
Decimal 151 142 122 0 0.06 0.19 0.41 41.38 0.12 0.54
Hex 97 8E 7A 0 6 13 29 29 C 36
Octal 227 216 172 0 6 23 51 51 14 66
Binary 10010111 10001110 1111010 0 110 10011 101001 101001 1100 110110

Color Harmonies of #978E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978E7A

Black with #978E7A

Text Example


Text Example

White with #978E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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