Html Css Color HEX #979288 Heathered Grey

📋 copy color: '#979288'

red 151 ◦ green 146 ◦ blue 136

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

Shades of Heathered Grey #979288

Tints of Heathered Grey #979288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 31.41%

R = 34.87%
G = 33.72%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.10

 K value IS 0.41

RGB Variations

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

Color information

#979288 (or 0x979288) is known color: Heathered Grey. HEX triplet: 97, 92 and 88. RGB value is (151,146,136). Sum of RGB (Red+Green+Blue) = 151+146+136=433 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.87% from 433); Green value is 146 (57.42% from 255 or 33.72% from 433); Blue value is 136 (53.52% from 255 or 31.41% from 433); Max value from RGB is 151 - color contains mainly: red. Hex color #979288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979288 is #686D77. Grayscale: #929292. Windows color (decimal): -6843768 or 8950423. OLE color: 8950423.

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

Color convert

RGB 151 146 136 -
CMYK 0 0.03 0.10 0.41
HSL 40º 0.07% 0.56% -
HSV(B) 40º 0.1% 0.59% -
XYZ 27.49 28.91 27.43 -
YUV 146.36 122.16 131.31 -
System Red Green Blue C M Y K H S L
Decimal 151 146 136 0 0.03 0.10 0.41 40 0.07 0.56
Hex 97 92 88 0 3 A 29 28 7 38
Octal 227 222 210 0 3 12 51 50 7 70
Binary 10010111 10010010 10001000 0 11 1010 101001 101000 111 111000

Color Harmonies of #979288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979288

Black with #979288

Text Example


Text Example

White with #979288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979288; }

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

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

background-color css

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

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

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

border-color css

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

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

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