#938C7E

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

Shades of Heathered Grey #938C7E

Tints of Heathered Grey #938C7E

Color information

#938C7E (or 0x938C7E) is unknown color: approx Heathered Grey. HEX triplet: 93, 8C and 7E. RGB value is (147,140,126). Sum of RGB (Red+Green+Blue) = 147+140+126=413 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.59% from 413); Green value is 140 (55.08% from 255 or 33.90% from 413); Blue value is 126 (49.61% from 255 or 30.51% from 413); Max value from RGB is 147 - color contains mainly: red. Hex color #938C7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938C7E is #6C7381. Grayscale: #8C8C8C. Windows color (decimal): -7107458 or 8293523. OLE color: 8293523.

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

Color convert

RGB147140126-
CMYK00.050.140.42
HSL40º8.86%53.53%-
HSV(B)40º14.29%57.65%-
XYZ25.1826.4723.52-
YUV140.5119.82132.64-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.59%
GREEN value IS 140 (55.08% from 255) = 33.90%
BLUE value IS 126 (49.61% from 255) = 30.51%
R=35.59%
G=33.90%
B=30.51%

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
Decimal14714012600.050.140.42408.8653.53
Hex938C7E05E2A28936
Octal223214176051652501166
Binary10010011100011001111110010111101010101010001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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