#958B80

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

Shades of Heathered Grey #958B80

Tints of Heathered Grey #958B80

Color information

#958B80 (or 0x958B80) is unknown color: approx Heathered Grey. HEX triplet: 95, 8B and 80. RGB value is (149,139,128). Sum of RGB (Red+Green+Blue) = 149+139+128=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 128 (50.39% from 255 or 30.77% from 416); Max value from RGB is 149 - color contains mainly: red. Hex color #958B80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958B80 is #6A747F. Grayscale: #8C8C8C. Windows color (decimal): -6976640 or 8424341. OLE color: 8424341.

HSL color Cylindrical-coordinate representation of color #958B80: hue angle of 31.43º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #958B80 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB149139128-
CMYK00.070.140.42
HSL31.43º9.01%54.31%-
HSV(B)31.43º14.09%58.43%-
XYZ25.5226.4124.18-
YUV140.74120.81133.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.82%
GREEN value IS 139 (54.69% from 255) = 33.41%
BLUE value IS 128 (50.39% from 255) = 30.77%
R=35.82%
G=33.41%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913912800.070.140.4231.439.0154.31
Hex958B8007E2A1f936
Octal225213200071652371166
Binary10010101100010111000000001111110101010111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,139,128); }

 H1.HeaderClassName
 {
   color: #958B80;
 }
 .AnyTagClassName
 {
   color: #958B80;
 }
</style>
background-color css

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

 a { background-color: rgb(149,139,128); }

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

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

 span { border-color: rgb(149,139,128); }

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