#938C7F

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

Shades of Heathered Grey #938C7F

Tints of Heathered Grey #938C7F

Color information

#938C7F (or 0x938C7F) is unknown color: approx Heathered Grey. HEX triplet: 93, 8C and 7F. RGB value is (147,140,127). Sum of RGB (Red+Green+Blue) = 147+140+127=414 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.51% from 414); Green value is 140 (55.08% from 255 or 33.82% from 414); Blue value is 127 (50% from 255 or 30.68% from 414); Max value from RGB is 147 - color contains mainly: red. Hex color #938C7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938C7F is #6C7380. Grayscale: #8C8C8C. Windows color (decimal): -7107457 or 8359059. OLE color: 8359059.

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

Color convert

RGB147140127-
CMYK00.050.140.42
HSL39º8.47%53.73%-
HSV(B)39º13.61%57.65%-
XYZ25.2426.4923.86-
YUV140.61120.32132.56-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.51%
GREEN value IS 140 (55.08% from 255) = 33.82%
BLUE value IS 127 (50% from 255) = 30.68%
R=35.51%
G=33.82%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14714012700.050.140.42398.4753.73
Hex938C7F05E2A27836
Octal223214177051652471066
Binary10010011100011001111111010111101010101001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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