#938C7B

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

Shades of Heathered Grey #938C7B

Tints of Heathered Grey #938C7B

Color information

#938C7B (or 0x938C7B) is unknown color: approx Heathered Grey. HEX triplet: 93, 8C and 7B. RGB value is (147,140,123). Sum of RGB (Red+Green+Blue) = 147+140+123=410 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.85% from 410); Green value is 140 (55.08% from 255 or 34.15% from 410); Blue value is 123 (48.44% from 255 or 30% from 410); Max value from RGB is 147 - color contains mainly: red. Hex color #938C7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938C7B is #6C7384. Grayscale: #8C8C8C. Windows color (decimal): -7107461 or 8096915. OLE color: 8096915.

HSL color Cylindrical-coordinate representation of color #938C7B: hue angle of 42.5º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #938C7B is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB147140123-
CMYK00.050.160.42
HSL42.5º10%52.94%-
HSV(B)42.5º16.33%57.65%-
XYZ24.9926.3922.52-
YUV140.15118.32132.88-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.85%
GREEN value IS 140 (55.08% from 255) = 34.15%
BLUE value IS 123 (48.44% from 255) = 30%
R=35.85%
G=34.15%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14714012300.050.160.4242.51052.94
Hex938C7B05102A2ba35
Octal223214173052052531265
Binary100100111000110011110110101100001010101010111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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