Html Css Color HEX #958A7E Heathered Grey

📋 copy color: '#958A7E'

red 149 ◦ green 138 ◦ blue 126

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

Shades of Heathered Grey #958A7E

Tints of Heathered Grey #958A7E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.41%

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

R = 36.08%
G = 33.41%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#958A7E (or 0x958A7E) is known color: Heathered Grey. HEX triplet: 95, 8A and 7E. RGB value is (149,138,126). Sum of RGB (Red+Green+Blue) = 149+138+126=413 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.08% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 126 (49.61% from 255 or 30.51% from 413); Max value from RGB is 149 - color contains mainly: red. Hex color #958A7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958A7E is #6A7581. Grayscale: #8B8B8B. Windows color (decimal): -6976898 or 8293013. OLE color: 8293013.

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

Color convert

RGB 149 138 126 -
CMYK 0 0.07 0.15 0.42
HSL 31.3º 0.1% 0.54% -
HSV(B) 31.3º 0.15% 0.58% -
XYZ 25.25 26.07 23.44 -
YUV 139.92 120.14 134.48 -
System Red Green Blue C M Y K H S L
Decimal 149 138 126 0 0.07 0.15 0.42 31.3 0.1 0.54
Hex 95 8A 7E 0 7 F 2A 1F A 36
Octal 225 212 176 0 7 17 52 37 12 66
Binary 10010101 10001010 1111110 0 111 1111 101010 11111 1010 110110

Color Harmonies of #958A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958A7E

Black with #958A7E

Text Example


Text Example

White with #958A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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