Html Css Color HEX #978D82 Heathered Grey

📋 copy color: '#978D82'

red 151 ◦ green 141 ◦ blue 130

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

Shades of Heathered Grey #978D82

Tints of Heathered Grey #978D82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 30.81%

R = 35.78%
G = 33.41%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.14

 K value IS 0.41

RGB Variations

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

Color information

#978D82 (or 0x978D82) is known color: Heathered Grey. HEX triplet: 97, 8D and 82. RGB value is (151,141,130). Sum of RGB (Red+Green+Blue) = 151+141+130=422 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.78% from 422); Green value is 141 (55.47% from 255 or 33.41% from 422); Blue value is 130 (51.17% from 255 or 30.81% from 422); Max value from RGB is 151 - color contains mainly: red. Hex color #978D82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978D82 is #68727D. Grayscale: #8E8E8E. Windows color (decimal): -6845054 or 8555927. OLE color: 8555927.

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

Color convert

RGB 151 141 130 -
CMYK 0 0.07 0.14 0.41
HSL 31.43º 0.09% 0.55% -
HSV(B) 31.43º 0.14% 0.59% -
XYZ 26.32 27.24 24.99 -
YUV 142.74 120.81 133.89 -
System Red Green Blue C M Y K H S L
Decimal 151 141 130 0 0.07 0.14 0.41 31.43 0.09 0.55
Hex 97 8D 82 0 7 E 29 1F 9 37
Octal 227 215 202 0 7 16 51 37 11 67
Binary 10010111 10001101 10000010 0 111 1110 101001 11111 1001 110111

Color Harmonies of #978D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978D82

Black with #978D82

Text Example


Text Example

White with #978D82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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