Html Css Color HEX #958D7A Heathered Grey

📋 copy color: '#958D7A'

red 149 ◦ green 141 ◦ blue 122

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

Shades of Heathered Grey #958D7A

Tints of Heathered Grey #958D7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.61%

R = 36.17%
G = 34.22%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#958D7A (or 0x958D7A) is known color: Heathered Grey. HEX triplet: 95, 8D and 7A. RGB value is (149,141,122). Sum of RGB (Red+Green+Blue) = 149+141+122=412 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.17% from 412); Green value is 141 (55.47% from 255 or 34.22% from 412); Blue value is 122 (48.05% from 255 or 29.61% from 412); Max value from RGB is 149 - color contains mainly: red. Hex color #958D7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958D7A is #6A7285. Grayscale: #8D8D8D. Windows color (decimal): -6976134 or 8031637. OLE color: 8031637.

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

Color convert

RGB 149 141 122 -
CMYK 0 0.05 0.18 0.42
HSL 42.22º 0.11% 0.53% -
HSV(B) 42.22º 0.18% 0.58% -
XYZ 25.43 26.84 22.25 -
YUV 141.23 117.15 133.54 -
System Red Green Blue C M Y K H S L
Decimal 149 141 122 0 0.05 0.18 0.42 42.22 0.11 0.53
Hex 95 8D 7A 0 5 12 2A 2A B 35
Octal 225 215 172 0 5 22 52 52 13 65
Binary 10010101 10001101 1111010 0 101 10010 101010 101010 1011 110101

Color Harmonies of #958D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958D7A

Black with #958D7A

Text Example


Text Example

White with #958D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,141,122); }

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

background-color css

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

 a { background-color: rgb(149,141,122); }

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

border-color css

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

 span { border-color: rgb(149,141,122); }

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