Html Css Color HEX #958F7E Heathered Grey

📋 copy color: '#958F7E'

red 149 ◦ green 143 ◦ blue 126

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

Shades of Heathered Grey #958F7E

Tints of Heathered Grey #958F7E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.21%

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

R = 35.65%
G = 34.21%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#958F7E (or 0x958F7E) is known color: Heathered Grey. HEX triplet: 95, 8F and 7E. RGB value is (149,143,126). Sum of RGB (Red+Green+Blue) = 149+143+126=418 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.65% from 418); Green value is 143 (56.25% from 255 or 34.21% from 418); Blue value is 126 (49.61% from 255 or 30.14% from 418); Max value from RGB is 149 - color contains mainly: red. Hex color #958F7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958F7E is #6A7081. Grayscale: #8E8E8E. Windows color (decimal): -6975618 or 8294293. OLE color: 8294293.

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

Color convert

RGB 149 143 126 -
CMYK 0 0.04 0.15 0.42
HSL 44.35º 0.1% 0.54% -
HSV(B) 44.35º 0.15% 0.58% -
XYZ 25.98 27.54 23.69 -
YUV 142.86 118.49 132.38 -
System Red Green Blue C M Y K H S L
Decimal 149 143 126 0 0.04 0.15 0.42 44.35 0.1 0.54
Hex 95 8F 7E 0 4 F 2A 2C A 36
Octal 225 217 176 0 4 17 52 54 12 66
Binary 10010101 10001111 1111110 0 100 1111 101010 101100 1010 110110

Color Harmonies of #958F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958F7E

Black with #958F7E

Text Example


Text Example

White with #958F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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