Html Css Color HEX #958C7C Heathered Grey

📋 copy color: '#958C7C'

red 149 ◦ green 140 ◦ blue 124

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

Shades of Heathered Grey #958C7C

Tints of Heathered Grey #958C7C

RGB

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

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

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

R = 36.08%
G = 33.9%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#958C7C (or 0x958C7C) is known color: Heathered Grey. HEX triplet: 95, 8C and 7C. RGB value is (149,140,124). Sum of RGB (Red+Green+Blue) = 149+140+124=413 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.08% from 413); Green value is 140 (55.08% from 255 or 33.90% from 413); Blue value is 124 (48.83% from 255 or 30.02% from 413); Max value from RGB is 149 - color contains mainly: red. Hex color #958C7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958C7C is #6A7383. Grayscale: #8C8C8C. Windows color (decimal): -6976388 or 8162453. OLE color: 8162453.

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

Color convert

RGB 149 140 124 -
CMYK 0 0.06 0.17 0.42
HSL 38.4º 0.11% 0.54% -
HSV(B) 38.4º 0.17% 0.58% -
XYZ 25.41 26.6 22.86 -
YUV 140.87 118.48 133.8 -
System Red Green Blue C M Y K H S L
Decimal 149 140 124 0 0.06 0.17 0.42 38.4 0.11 0.54
Hex 95 8C 7C 0 6 11 2A 26 B 36
Octal 225 214 174 0 6 21 52 46 13 66
Binary 10010101 10001100 1111100 0 110 10001 101010 100110 1011 110110

Color Harmonies of #958C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958C7C

Black with #958C7C

Text Example


Text Example

White with #958C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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