Html Css Color HEX #968D77 Heathered Grey

📋 copy color: '#968D77'

red 150 ◦ green 141 ◦ blue 119

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

Shades of Heathered Grey #968D77

Tints of Heathered Grey #968D77

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.39%

 BLUE value IS 119 (46.88% from 255) = 29.02%

R = 36.59%
G = 34.39%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#968D77 (or 0x968D77) is known color: Heathered Grey. HEX triplet: 96, 8D and 77. RGB value is (150,141,119). Sum of RGB (Red+Green+Blue) = 150+141+119=410 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.59% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 119 (46.88% from 255 or 29.02% from 410); Max value from RGB is 150 - color contains mainly: red. Hex color #968D77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968D77 is #697288. Grayscale: #8D8D8D. Windows color (decimal): -6910601 or 7835030. OLE color: 7835030.

HSL color Cylindrical-coordinate representation of color #968D77: hue angle of 42.58º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #968D77 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 141 119 -
CMYK 0 0.06 0.21 0.41
HSL 42.58º 0.13% 0.53% -
HSV(B) 42.58º 0.21% 0.59% -
XYZ 25.43 26.87 21.3 -
YUV 141.18 115.48 134.29 -
System Red Green Blue C M Y K H S L
Decimal 150 141 119 0 0.06 0.21 0.41 42.58 0.13 0.53
Hex 96 8D 77 0 6 15 29 2B D 35
Octal 226 215 167 0 6 25 51 53 15 65
Binary 10010110 10001101 1110111 0 110 10101 101001 101011 1101 110101

Color Harmonies of #968D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968D77

Black with #968D77

Text Example


Text Example

White with #968D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968D77; }

 p { color: rgb(150,141,119); }

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

background-color css

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

 a { background-color: rgb(150,141,119); }

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

border-color css

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

 span { border-color: rgb(150,141,119); }

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