Html Css Color HEX #958E7C Heathered Grey

📋 copy color: '#958E7C'

red 149 ◦ green 142 ◦ blue 124

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

Shades of Heathered Grey #958E7C

Tints of Heathered Grey #958E7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 29.88%

R = 35.9%
G = 34.22%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#958E7C (or 0x958E7C) is known color: Heathered Grey. HEX triplet: 95, 8E and 7C. RGB value is (149,142,124). Sum of RGB (Red+Green+Blue) = 149+142+124=415 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.90% from 415); Green value is 142 (55.86% from 255 or 34.22% from 415); Blue value is 124 (48.83% from 255 or 29.88% from 415); Max value from RGB is 149 - color contains mainly: red. Hex color #958E7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958E7C is #6A7183. Grayscale: #8E8E8E. Windows color (decimal): -6975876 or 8162965. OLE color: 8162965.

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

Color convert

RGB 149 142 124 -
CMYK 0 0.05 0.17 0.42
HSL 43.2º 0.11% 0.54% -
HSV(B) 43.2º 0.17% 0.58% -
XYZ 25.71 27.19 22.96 -
YUV 142.04 117.82 132.96 -
System Red Green Blue C M Y K H S L
Decimal 149 142 124 0 0.05 0.17 0.42 43.2 0.11 0.54
Hex 95 8E 7C 0 5 11 2A 2B B 36
Octal 225 216 174 0 5 21 52 53 13 66
Binary 10010101 10001110 1111100 0 101 10001 101010 101011 1011 110110

Color Harmonies of #958E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958E7C

Black with #958E7C

Text Example


Text Example

White with #958E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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