Html Css Color HEX #958C79 Heathered Grey

📋 copy color: '#958C79'

red 149 ◦ green 140 ◦ blue 121

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

Shades of Heathered Grey #958C79

Tints of Heathered Grey #958C79

RGB

 RED value IS 149 (58.59% from 255) = 36.34%

 GREEN value IS 140 (55.08% from 255) = 34.15%

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

R = 36.34%
G = 34.15%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#958C79 (or 0x958C79) is known color: Heathered Grey. HEX triplet: 95, 8C and 79. RGB value is (149,140,121). Sum of RGB (Red+Green+Blue) = 149+140+121=410 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.34% from 410); Green value is 140 (55.08% from 255 or 34.15% from 410); Blue value is 121 (47.66% from 255 or 29.51% from 410); Max value from RGB is 149 - color contains mainly: red. Hex color #958C79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958C79 is #6A7386. Grayscale: #8C8C8C. Windows color (decimal): -6976391 or 7965845. OLE color: 7965845.

HSL color Cylindrical-coordinate representation of color #958C79: hue angle of 40.71º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #958C79 is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 140 121 -
CMYK 0 0.06 0.19 0.42
HSL 40.71º 0.12% 0.53% -
HSV(B) 40.71º 0.19% 0.58% -
XYZ 25.22 26.53 21.88 -
YUV 140.53 116.98 134.04 -
System Red Green Blue C M Y K H S L
Decimal 149 140 121 0 0.06 0.19 0.42 40.71 0.12 0.53
Hex 95 8C 79 0 6 13 2A 29 C 35
Octal 225 214 171 0 6 23 52 51 14 65
Binary 10010101 10001100 1111001 0 110 10011 101010 101001 1100 110101

Color Harmonies of #958C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958C79

Black with #958C79

Text Example


Text Example

White with #958C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958C79; }

 p { color: rgb(149,140,121); }

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

background-color css

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

 a { background-color: rgb(149,140,121); }

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

border-color css

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

 span { border-color: rgb(149,140,121); }

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