Html Css Color HEX #979289 Heathered Grey

📋 copy color: '#979289'

red 151 ◦ green 146 ◦ blue 137

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

Shades of Heathered Grey #979289

Tints of Heathered Grey #979289

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.64%

 BLUE value IS 137 (53.91% from 255) = 31.57%

R = 34.79%
G = 33.64%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#979289 (or 0x979289) is known color: Heathered Grey. HEX triplet: 97, 92 and 89. RGB value is (151,146,137). Sum of RGB (Red+Green+Blue) = 151+146+137=434 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.79% from 434); Green value is 146 (57.42% from 255 or 33.64% from 434); Blue value is 137 (53.91% from 255 or 31.57% from 434); Max value from RGB is 151 - color contains mainly: red. Hex color #979289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979289 is #686D76. Grayscale: #929292. Windows color (decimal): -6843767 or 9015959. OLE color: 9015959.

HSL color Cylindrical-coordinate representation of color #979289: hue angle of 38.57º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #979289 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 146 137 -
CMYK 0 0.03 0.09 0.41
HSL 38.57º 0.06% 0.56% -
HSV(B) 38.57º 0.09% 0.59% -
XYZ 27.56 28.94 27.8 -
YUV 146.47 122.66 131.23 -
System Red Green Blue C M Y K H S L
Decimal 151 146 137 0 0.03 0.09 0.41 38.57 0.06 0.56
Hex 97 92 89 0 3 9 29 27 6 38
Octal 227 222 211 0 3 11 51 47 6 70
Binary 10010111 10010010 10001001 0 11 1001 101001 100111 110 111000

Color Harmonies of #979289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979289

Black with #979289

Text Example


Text Example

White with #979289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979289; }

 p { color: rgb(151,146,137); }

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

background-color css

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

 a { background-color: rgb(151,146,137); }

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

border-color css

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

 span { border-color: rgb(151,146,137); }

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