Html Css Color HEX #979080 Heathered Grey

📋 copy color: '#979080'

red 151 ◦ green 144 ◦ blue 128

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

Shades of Heathered Grey #979080

Tints of Heathered Grey #979080

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.04%

 BLUE value IS 128 (50.39% from 255) = 30.26%

R = 35.7%
G = 34.04%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#979080 (or 0x979080) is known color: Heathered Grey. HEX triplet: 97, 90 and 80. RGB value is (151,144,128). Sum of RGB (Red+Green+Blue) = 151+144+128=423 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.70% from 423); Green value is 144 (56.64% from 255 or 34.04% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 151 - color contains mainly: red. Hex color #979080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979080 is #686F7F. Grayscale: #909090. Windows color (decimal): -6844288 or 8425623. OLE color: 8425623.

HSL color Cylindrical-coordinate representation of color #979080: hue angle of 41.74º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #979080 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 144 128 -
CMYK 0 0.05 0.15 0.41
HSL 41.74º 0.1% 0.55% -
HSV(B) 41.74º 0.15% 0.59% -
XYZ 26.63 28.08 24.44 -
YUV 144.27 118.82 132.8 -
System Red Green Blue C M Y K H S L
Decimal 151 144 128 0 0.05 0.15 0.41 41.74 0.1 0.55
Hex 97 90 80 0 5 F 29 2A A 37
Octal 227 220 200 0 5 17 51 52 12 67
Binary 10010111 10010000 10000000 0 101 1111 101001 101010 1010 110111

Color Harmonies of #979080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979080

Black with #979080

Text Example


Text Example

White with #979080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979080; }

 p { color: rgb(151,144,128); }

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

background-color css

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

 a { background-color: rgb(151,144,128); }

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

border-color css

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

 span { border-color: rgb(151,144,128); }

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