Html Css Color HEX #938E7D Heathered Grey

📋 copy color: '#938E7D'

red 147 ◦ green 142 ◦ blue 125

#938E7D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heathered Grey #938E7D

Tints of Heathered Grey #938E7D

RGB

 RED value IS 147 (57.81% from 255) = 35.51%

 GREEN value IS 142 (55.86% from 255) = 34.3%

 BLUE value IS 125 (49.22% from 255) = 30.19%

R = 35.51%
G = 34.3%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#938E7D (or 0x938E7D) is known color: Heathered Grey. HEX triplet: 93, 8E and 7D. RGB value is (147,142,125). Sum of RGB (Red+Green+Blue) = 147+142+125=414 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.51% from 414); Green value is 142 (55.86% from 255 or 34.30% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 147 - color contains mainly: red. Hex color #938E7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938E7D is #6C7182. Grayscale: #8D8D8D. Windows color (decimal): -7106947 or 8228499. OLE color: 8228499.

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

Color convert

RGB 147 142 125 -
CMYK 0 0.03 0.15 0.42
HSL 46.36º 0.09% 0.53% -
HSV(B) 46.36º 0.15% 0.58% -
XYZ 25.41 27.03 23.28 -
YUV 141.56 118.66 131.88 -
System Red Green Blue C M Y K H S L
Decimal 147 142 125 0 0.03 0.15 0.42 46.36 0.09 0.53
Hex 93 8E 7D 0 3 F 2A 2E 9 35
Octal 223 216 175 0 3 17 52 56 11 65
Binary 10010011 10001110 1111101 0 11 1111 101010 101110 1001 110101

Color Harmonies of #938E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938E7D

Black with #938E7D

Text Example


Text Example

White with #938E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,142,125); }

 H1.HeaderClassName
 {
   color: #938E7D;
 }
 .AnyTagClassName
 {
   color: #938E7D;
 }
</style>

background-color css

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

 a { background-color: rgb(147,142,125); }

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

border-color css

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

 span { border-color: rgb(147,142,125); }

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