#938C7A

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

Shades of Heathered Grey #938C7A

Tints of Heathered Grey #938C7A

Color information

#938C7A (or 0x938C7A) is unknown color: approx Heathered Grey. HEX triplet: 93, 8C and 7A. RGB value is (147,140,122). Sum of RGB (Red+Green+Blue) = 147+140+122=409 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.94% from 409); Green value is 140 (55.08% from 255 or 34.23% from 409); Blue value is 122 (48.05% from 255 or 29.83% from 409); Max value from RGB is 147 - color contains mainly: red. Hex color #938C7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938C7A is #6C7385. Grayscale: #8C8C8C. Windows color (decimal): -7107462 or 8031379. OLE color: 8031379.

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

Color convert

RGB147140122-
CMYK00.050.170.42
HSL43.2º10.37%52.75%-
HSV(B)43.2º17.01%57.65%-
XYZ24.9226.3622.19-
YUV140.04117.82132.96-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.94%
GREEN value IS 140 (55.08% from 255) = 34.23%
BLUE value IS 122 (48.05% from 255) = 29.83%
R=35.94%
G=34.23%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14714012200.050.170.4243.210.3752.75
Hex938C7A05112A2ba35
Octal223214172052152531265
Binary100100111000110011110100101100011010101010111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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