Html Css Color HEX #979082 Heathered Grey

📋 copy color: '#979082'

red 151 ◦ green 144 ◦ blue 130

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

Shades of Heathered Grey #979082

Tints of Heathered Grey #979082

RGB

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

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

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

R = 35.53%
G = 33.88%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.14

 K value IS 0.41

RGB Variations

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

Color information

#979082 (or 0x979082) is known color: Heathered Grey. HEX triplet: 97, 90 and 82. RGB value is (151,144,130). Sum of RGB (Red+Green+Blue) = 151+144+130=425 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.53% from 425); Green value is 144 (56.64% from 255 or 33.88% from 425); Blue value is 130 (51.17% from 255 or 30.59% from 425); Max value from RGB is 151 - color contains mainly: red. Hex color #979082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979082 is #686F7D. Grayscale: #909090. Windows color (decimal): -6844286 or 8556695. OLE color: 8556695.

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

Color convert

RGB 151 144 130 -
CMYK 0 0.05 0.14 0.41
HSL 40º 0.09% 0.55% -
HSV(B) 40º 0.14% 0.59% -
XYZ 26.77 28.14 25.14 -
YUV 144.5 119.82 132.64 -
System Red Green Blue C M Y K H S L
Decimal 151 144 130 0 0.05 0.14 0.41 40 0.09 0.55
Hex 97 90 82 0 5 E 29 28 9 37
Octal 227 220 202 0 5 16 51 50 11 67
Binary 10010111 10010000 10000010 0 101 1110 101001 101000 1001 110111

Color Harmonies of #979082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979082

Black with #979082

Text Example


Text Example

White with #979082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979082; }

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

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

background-color css

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

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

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

border-color css

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

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

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