Html Css Color HEX #958C7E Heathered Grey

📋 copy color: '#958C7E'

red 149 ◦ green 140 ◦ blue 126

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

Shades of Heathered Grey #958C7E

Tints of Heathered Grey #958C7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 30.36%

R = 35.9%
G = 33.73%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#958C7E (or 0x958C7E) is known color: Heathered Grey. HEX triplet: 95, 8C and 7E. RGB value is (149,140,126). Sum of RGB (Red+Green+Blue) = 149+140+126=415 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.90% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 126 (49.61% from 255 or 30.36% from 415); Max value from RGB is 149 - color contains mainly: red. Hex color #958C7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958C7E is #6A7381. Grayscale: #8D8D8D. Windows color (decimal): -6976386 or 8293525. OLE color: 8293525.

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

Color convert

RGB 149 140 126 -
CMYK 0 0.06 0.15 0.42
HSL 36.52º 0.1% 0.54% -
HSV(B) 36.52º 0.15% 0.58% -
XYZ 25.54 26.65 23.54 -
YUV 141.1 119.48 133.64 -
System Red Green Blue C M Y K H S L
Decimal 149 140 126 0 0.06 0.15 0.42 36.52 0.1 0.54
Hex 95 8C 7E 0 6 F 2A 25 A 36
Octal 225 214 176 0 6 17 52 45 12 66
Binary 10010101 10001100 1111110 0 110 1111 101010 100101 1010 110110

Color Harmonies of #958C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958C7E

Black with #958C7E

Text Example


Text Example

White with #958C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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