#95907F

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

Shades of Heathered Grey #95907F

Tints of Heathered Grey #95907F

Color information

#95907F (or 0x95907F) is unknown color: approx Heathered Grey. HEX triplet: 95, 90 and 7F. RGB value is (149,144,127). Sum of RGB (Red+Green+Blue) = 149+144+127=420 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.48% from 420); Green value is 144 (56.64% from 255 or 34.29% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 149 - color contains mainly: red. Hex color #95907F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95907F is #6A6F80. Grayscale: #8F8F8F. Windows color (decimal): -6975361 or 8360085. OLE color: 8360085.

HSL color Cylindrical-coordinate representation of color #95907F: hue angle of 46.36º 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 #95907F is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB149144127-
CMYK00.030.150.42
HSL46.36º9.4%54.12%-
HSV(B)46.36º14.77%58.43%-
XYZ26.227.8724.08-
YUV143.56118.66131.88-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.48%
GREEN value IS 144 (56.64% from 255) = 34.29%
BLUE value IS 127 (50% from 255) = 30.24%
R=35.48%
G=34.29%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914412700.030.150.4246.369.454.12
Hex95907F03F2A2e936
Octal225220177031752561166
Binary1001010110010000111111101111111010101011101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95907F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95907F; }

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

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

<style>
 a { background-color: #95907F; }

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

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

<style>
 span { border-color: #95907F; }

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

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