Html Css Color HEX #968979 Heathered Grey

📋 copy color: '#968979'

red 150 ◦ green 137 ◦ blue 121

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

Shades of Heathered Grey #968979

Tints of Heathered Grey #968979

RGB

 RED value IS 150 (58.98% from 255) = 36.76%

 GREEN value IS 137 (53.91% from 255) = 33.58%

 BLUE value IS 121 (47.66% from 255) = 29.66%

R = 36.76%
G = 33.58%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#968979 (or 0x968979) is known color: Heathered Grey. HEX triplet: 96, 89 and 79. RGB value is (150,137,121). Sum of RGB (Red+Green+Blue) = 150+137+121=408 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.76% from 408); Green value is 137 (53.91% from 255 or 33.58% from 408); Blue value is 121 (47.66% from 255 or 29.66% from 408); Max value from RGB is 150 - color contains mainly: red. Hex color #968979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968979 is #697686. Grayscale: #8B8B8B. Windows color (decimal): -6911623 or 7965078. OLE color: 7965078.

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

Color convert

RGB 150 137 121 -
CMYK 0 0.09 0.19 0.41
HSL 33.1º 0.12% 0.53% -
HSV(B) 33.1º 0.19% 0.59% -
XYZ 24.97 25.76 21.74 -
YUV 139.06 117.81 135.8 -
System Red Green Blue C M Y K H S L
Decimal 150 137 121 0 0.09 0.19 0.41 33.1 0.12 0.53
Hex 96 89 79 0 9 13 29 21 C 35
Octal 226 211 171 0 11 23 51 41 14 65
Binary 10010110 10001001 1111001 0 1001 10011 101001 100001 1100 110101

Color Harmonies of #968979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968979

Black with #968979

Text Example


Text Example

White with #968979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968979; }

 p { color: rgb(150,137,121); }

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

background-color css

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

 a { background-color: rgb(150,137,121); }

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

border-color css

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

 span { border-color: rgb(150,137,121); }

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