#938E7F

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

Shades of Heathered Grey #938E7F

Tints of Heathered Grey #938E7F

Color information

#938E7F (or 0x938E7F) is unknown color: approx Heathered Grey. HEX triplet: 93, 8E and 7F. RGB value is (147,142,127). Sum of RGB (Red+Green+Blue) = 147+142+127=416 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.34% from 416); Green value is 142 (55.86% from 255 or 34.13% from 416); Blue value is 127 (50% from 255 or 30.53% from 416); Max value from RGB is 147 - color contains mainly: red. Hex color #938E7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938E7F is #6C7180. Grayscale: #8D8D8D. Windows color (decimal): -7106945 or 8359571. OLE color: 8359571.

HSL color Cylindrical-coordinate representation of color #938E7F: hue angle of 45º degrees, saturation: 0.08, 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 #938E7F is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB147142127-
CMYK00.030.140.42
HSL45º8.47%53.73%-
HSV(B)45º13.61%57.65%-
XYZ25.5427.0823.96-
YUV141.78119.66131.72-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.34%
GREEN value IS 142 (55.86% from 255) = 34.13%
BLUE value IS 127 (50% from 255) = 30.53%
R=35.34%
G=34.13%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14714212700.030.140.42458.4753.73
Hex938E7F03E2A2d836
Octal223216177031652551066
Binary1001001110001110111111101111101010101011011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938E7F; }

 p { color: rgb(147,142,127); }

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

<style>
 a { background-color: #938E7F; }

 a { background-color: rgb(147,142,127); }

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

<style>
 span { border-color: #938E7F; }

 span { border-color: rgb(147,142,127); }

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