#958A7F

Color #958A7F Heathered Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heathered Grey #958A7F

Tints of Heathered Grey #958A7F

Color information

#958A7F (or 0x958A7F) is unknown color: approx 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

RGB149138127-
CMYK00.070.150.42
HSL30º9.4%54.12%-
HSV(B)30º14.77%58.43%-
XYZ25.3126.123.78-
YUV140.04120.64134.39-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.99%
GREEN value IS 138 (54.30% from 255) = 33.33%
BLUE value IS 127 (50% from 255) = 30.68%
R=35.99%
G=33.33%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913812700.070.150.42309.454.12
Hex958A7F07F2A1e936
Octal225212177071752361166
Binary1001010110001010111111101111111101010111101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>