Html Css Color HEX #968978 Heathered Grey

📋 copy color: '#968978'

red 150 ◦ green 137 ◦ blue 120

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

Shades of Heathered Grey #968978

Tints of Heathered Grey #968978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 29.48%

R = 36.86%
G = 33.66%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#968978 (or 0x968978) is known color: Heathered Grey. HEX triplet: 96, 89 and 78. RGB value is (150,137,120). Sum of RGB (Red+Green+Blue) = 150+137+120=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 137 (53.91% from 255 or 33.66% from 407); Blue value is 120 (47.27% from 255 or 29.48% from 407); Max value from RGB is 150 - color contains mainly: red. Hex color #968978 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968978 is #697687. Grayscale: #8B8B8B. Windows color (decimal): -6911624 or 7899542. OLE color: 7899542.

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

Color convert

RGB 150 137 120 -
CMYK 0 0.09 0.20 0.41
HSL 34º 0.13% 0.53% -
HSV(B) 34º 0.2% 0.59% -
XYZ 24.91 25.73 21.42 -
YUV 138.95 117.31 135.88 -
System Red Green Blue C M Y K H S L
Decimal 150 137 120 0 0.09 0.20 0.41 34 0.13 0.53
Hex 96 89 78 0 9 14 29 22 C 35
Octal 226 211 170 0 11 24 51 42 14 65
Binary 10010110 10001001 1111000 0 1001 10100 101001 100010 1100 110101

Color Harmonies of #968978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968978

Black with #968978

Text Example


Text Example

White with #968978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968978; }

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

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

background-color css

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

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

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

border-color css

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

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

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