#938977

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

Shades of Heathered Grey #938977

Tints of Heathered Grey #938977

Color information

#938977 (or 0x938977) is unknown color: approx Heathered Grey. HEX triplet: 93, 89 and 77. RGB value is (147,137,119). Sum of RGB (Red+Green+Blue) = 147+137+119=403 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.48% from 403); Green value is 137 (53.91% from 255 or 34.00% from 403); Blue value is 119 (46.88% from 255 or 29.53% from 403); Max value from RGB is 147 - color contains mainly: red. Hex color #938977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938977 is #6C7688. Grayscale: #8A8A8A. Windows color (decimal): -7108233 or 7834003. OLE color: 7834003.

HSL color Cylindrical-coordinate representation of color #938977: hue angle of 38.57º 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 #938977 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB147137119-
CMYK00.070.190.42
HSL38.57º11.48%52.16%-
HSV(B)38.57º19.05%57.65%-
XYZ24.3125.4321.08-
YUV137.94117.31134.46-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.48%
GREEN value IS 137 (53.91% from 255) = 34.00%
BLUE value IS 119 (46.88% from 255) = 29.53%
R=36.48%
G=34.00%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713711900.070.190.4238.5711.4852.16
Hex93897707132A27b34
Octal223211167072352471364
Binary100100111000100111101110111100111010101001111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938977; }

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

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

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

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

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

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

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

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