#958F82

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

Shades of Heathered Grey #958F82

Tints of Heathered Grey #958F82

Color information

#958F82 (or 0x958F82) is unknown color: approx Heathered Grey. HEX triplet: 95, 8F and 82. RGB value is (149,143,130). Sum of RGB (Red+Green+Blue) = 149+143+130=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 143 (56.25% from 255 or 33.89% from 422); Blue value is 130 (51.17% from 255 or 30.81% from 422); Max value from RGB is 149 - color contains mainly: red. Hex color #958F82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958F82 is #6A707D. Grayscale: #8F8F8F. Windows color (decimal): -6975614 or 8556437. OLE color: 8556437.

HSL color Cylindrical-coordinate representation of color #958F82: hue angle of 41.05º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #958F82 is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB149143130-
CMYK00.040.130.42
HSL41.05º8.23%54.71%-
HSV(B)41.05º12.75%58.43%-
XYZ26.2527.6525.07-
YUV143.31120.49132.06-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.31%
GREEN value IS 143 (56.25% from 255) = 33.89%
BLUE value IS 130 (51.17% from 255) = 30.81%
R=35.31%
G=33.89%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914313000.040.130.4241.058.2354.71
Hex958F8204D2A29837
Octal225217202041552511067
Binary100101011000111110000010010011011010101010011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,143,130); }

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

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

 a { background-color: rgb(149,143,130); }

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

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

 span { border-color: rgb(149,143,130); }

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