Html Css Color HEX #958A7F Heathered Grey

📋 copy color: '#958A7F'

red 149 ◦ green 138 ◦ blue 127

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

Shades of Heathered Grey #958A7F

Tints of Heathered Grey #958A7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.68%

R = 35.99%
G = 33.33%
B = 30.68%

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

#958A7F (or 0x958A7F) is known color: Heathered Grey. HEX triplet: 95, 8A and 7F. RGB value is (149,138,127). Sum of RGB (Red+Green+Blue) = 149+138+127=414 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.99% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 127 (50% from 255 or 30.68% from 414); Max value from RGB is 149 - color contains mainly: red. Hex color #958A7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958A7F is #6A7580. Grayscale: #8C8C8C. Windows color (decimal): -6976897 or 8358549. OLE color: 8358549.

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

Color convert

RGB 149 138 127 -
CMYK 0 0.07 0.15 0.42
HSL 30º 0.09% 0.54% -
HSV(B) 30º 0.15% 0.58% -
XYZ 25.31 26.1 23.78 -
YUV 140.04 120.64 134.39 -
System Red Green Blue C M Y K H S L
Decimal 149 138 127 0 0.07 0.15 0.42 30 0.09 0.54
Hex 95 8A 7F 0 7 F 2A 1E 9 36
Octal 225 212 177 0 7 17 52 36 11 66
Binary 10010101 10001010 1111111 0 111 1111 101010 11110 1001 110110

Color Harmonies of #958A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958A7F

Black with #958A7F

Text Example


Text Example

White with #958A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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