Html Css Color HEX #958A7C Heathered Grey

📋 copy color: '#958A7C'

red 149 ◦ green 138 ◦ blue 124

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

Shades of Heathered Grey #958A7C

Tints of Heathered Grey #958A7C

RGB

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

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

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

R = 36.25%
G = 33.58%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#958A7C (or 0x958A7C) is known color: Heathered Grey. HEX triplet: 95, 8A and 7C. RGB value is (149,138,124). Sum of RGB (Red+Green+Blue) = 149+138+124=411 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.25% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 124 (48.83% from 255 or 30.17% from 411); Max value from RGB is 149 - color contains mainly: red. Hex color #958A7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958A7C is #6A7583. Grayscale: #8B8B8B. Windows color (decimal): -6976900 or 8161941. OLE color: 8161941.

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

Color convert

RGB 149 138 124 -
CMYK 0 0.07 0.17 0.42
HSL 33.6º 0.11% 0.54% -
HSV(B) 33.6º 0.17% 0.58% -
XYZ 25.12 26.02 22.77 -
YUV 139.69 119.14 134.64 -
System Red Green Blue C M Y K H S L
Decimal 149 138 124 0 0.07 0.17 0.42 33.6 0.11 0.54
Hex 95 8A 7C 0 7 11 2A 22 B 36
Octal 225 212 174 0 7 21 52 42 13 66
Binary 10010101 10001010 1111100 0 111 10001 101010 100010 1011 110110

Color Harmonies of #958A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958A7C

Black with #958A7C

Text Example


Text Example

White with #958A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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