Html Css Color HEX #979189 Heathered Grey

📋 copy color: '#979189'

red 151 ◦ green 145 ◦ blue 137

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

Shades of Heathered Grey #979189

Tints of Heathered Grey #979189

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.49%

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

R = 34.87%
G = 33.49%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#979189 (or 0x979189) is known color: Heathered Grey. HEX triplet: 97, 91 and 89. RGB value is (151,145,137). Sum of RGB (Red+Green+Blue) = 151+145+137=433 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.87% from 433); Green value is 145 (57.03% from 255 or 33.49% from 433); Blue value is 137 (53.91% from 255 or 31.64% from 433); Max value from RGB is 151 - color contains mainly: red. Hex color #979189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979189 is #686E76. Grayscale: #919191. Windows color (decimal): -6844023 or 9015703. OLE color: 9015703.

HSL color Cylindrical-coordinate representation of color #979189: hue angle of 34.29º 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 #979189 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 145 137 -
CMYK 0 0.04 0.09 0.41
HSL 34.29º 0.06% 0.56% -
HSV(B) 34.29º 0.09% 0.59% -
XYZ 27.4 28.64 27.75 -
YUV 145.88 122.99 131.65 -
System Red Green Blue C M Y K H S L
Decimal 151 145 137 0 0.04 0.09 0.41 34.29 0.06 0.56
Hex 97 91 89 0 4 9 29 22 6 38
Octal 227 221 211 0 4 11 51 42 6 70
Binary 10010111 10010001 10001001 0 100 1001 101001 100010 110 111000

Color Harmonies of #979189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979189

Black with #979189

Text Example


Text Example

White with #979189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979189; }

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

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

background-color css

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

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

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

border-color css

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

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

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