Html Css Color HEX #948E7D Heathered Grey

📋 copy color: '#948E7D'

red 148 ◦ green 142 ◦ blue 125

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

Shades of Heathered Grey #948E7D

Tints of Heathered Grey #948E7D

RGB

 RED value IS 148 (58.2% from 255) = 35.66%

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

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

R = 35.66%
G = 34.22%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#948E7D (or 0x948E7D) is known color: Heathered Grey. HEX triplet: 94, 8E and 7D. RGB value is (148,142,125). Sum of RGB (Red+Green+Blue) = 148+142+125=415 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.66% from 415); Green value is 142 (55.86% from 255 or 34.22% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 148 - color contains mainly: red. Hex color #948E7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948E7D is #6B7182. Grayscale: #8D8D8D. Windows color (decimal): -7041411 or 8228500. OLE color: 8228500.

HSL color Cylindrical-coordinate representation of color #948E7D: hue angle of 44.35º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #948E7D is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 142 125 -
CMYK 0 0.04 0.16 0.42
HSL 44.35º 0.1% 0.54% -
HSV(B) 44.35º 0.16% 0.58% -
XYZ 25.59 27.12 23.29 -
YUV 141.86 118.49 132.38 -
System Red Green Blue C M Y K H S L
Decimal 148 142 125 0 0.04 0.16 0.42 44.35 0.1 0.54
Hex 94 8E 7D 0 4 10 2A 2C A 36
Octal 224 216 175 0 4 20 52 54 12 66
Binary 10010100 10001110 1111101 0 100 10000 101010 101100 1010 110110

Color Harmonies of #948E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948E7D

Black with #948E7D

Text Example


Text Example

White with #948E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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