#938A77

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

Shades of Heathered Grey #938A77

Tints of Heathered Grey #938A77

Color information

#938A77 (or 0x938A77) is unknown color: approx Heathered Grey. HEX triplet: 93, 8A and 77. RGB value is (147,138,119). Sum of RGB (Red+Green+Blue) = 147+138+119=404 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.39% from 404); Green value is 138 (54.30% from 255 or 34.16% from 404); Blue value is 119 (46.88% from 255 or 29.46% from 404); Max value from RGB is 147 - color contains mainly: red. Hex color #938A77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938A77 is #6C7588. Grayscale: #8A8A8A. Windows color (decimal): -7107977 or 7834259. OLE color: 7834259.

HSL color Cylindrical-coordinate representation of color #938A77: hue angle of 40.71º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #938A77 is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB147138119-
CMYK00.060.190.42
HSL40.71º11.48%52.16%-
HSV(B)40.71º19.05%57.65%-
XYZ24.4525.7121.13-
YUV138.52116.98134.04-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.39%
GREEN value IS 138 (54.30% from 255) = 34.16%
BLUE value IS 119 (46.88% from 255) = 29.46%
R=36.39%
G=34.16%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713811900.060.190.4240.7111.4852.16
Hex938A7706132A29b34
Octal223212167062352511364
Binary100100111000101011101110110100111010101010011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,138,119); }

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

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

 a { background-color: rgb(147,138,119); }

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

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

 span { border-color: rgb(147,138,119); }

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