#938F7F

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

Shades of Heathered Grey #938F7F

Tints of Heathered Grey #938F7F

Color information

#938F7F (or 0x938F7F) is unknown color: approx Heathered Grey. HEX triplet: 93, 8F and 7F. RGB value is (147,143,127). Sum of RGB (Red+Green+Blue) = 147+143+127=417 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.25% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 127 (50% from 255 or 30.46% from 417); Max value from RGB is 147 - color contains mainly: red. Hex color #938F7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938F7F is #6C7080. Grayscale: #8E8E8E. Windows color (decimal): -7106689 or 8359827. OLE color: 8359827.

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

Color convert

RGB147143127-
CMYK00.030.140.42
HSL48º8.47%53.73%-
HSV(B)48º13.61%57.65%-
XYZ25.6927.3824.01-
YUV142.37119.33131.3-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.25%
GREEN value IS 143 (56.25% from 255) = 34.29%
BLUE value IS 127 (50% from 255) = 30.46%
R=35.25%
G=34.29%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14714312700.030.140.42488.4753.73
Hex938F7F03E2A30836
Octal223217177031652601066
Binary1001001110001111111111101111101010101100001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,143,127); }

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

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

 a { background-color: rgb(147,143,127); }

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

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

 span { border-color: rgb(147,143,127); }

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