Html Css Color HEX #958E7A Heathered Grey

📋 copy color: '#958E7A'

red 149 ◦ green 142 ◦ blue 122

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

Shades of Heathered Grey #958E7A

Tints of Heathered Grey #958E7A

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.38%

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

R = 36.08%
G = 34.38%
B = 29.54%

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

#958E7A (or 0x958E7A) is known color: Heathered Grey. HEX triplet: 95, 8E and 7A. RGB value is (149,142,122). Sum of RGB (Red+Green+Blue) = 149+142+122=413 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.08% from 413); Green value is 142 (55.86% from 255 or 34.38% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 149 - color contains mainly: red. Hex color #958E7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958E7A is #6A7185. Grayscale: #8D8D8D. Windows color (decimal): -6975878 or 8031893. OLE color: 8031893.

HSL color Cylindrical-coordinate representation of color #958E7A: hue angle of 44.44º 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 #958E7A is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 142 122 -
CMYK 0 0.05 0.18 0.42
HSL 44.44º 0.11% 0.53% -
HSV(B) 44.44º 0.18% 0.58% -
XYZ 25.58 27.14 22.3 -
YUV 141.81 116.82 133.13 -
System Red Green Blue C M Y K H S L
Decimal 149 142 122 0 0.05 0.18 0.42 44.44 0.11 0.53
Hex 95 8E 7A 0 5 12 2A 2C B 35
Octal 225 216 172 0 5 22 52 54 13 65
Binary 10010101 10001110 1111010 0 101 10010 101010 101100 1011 110101

Color Harmonies of #958E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958E7A

Black with #958E7A

Text Example


Text Example

White with #958E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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