Html Css Color HEX #948D79 Heathered Grey

📋 copy color: '#948D79'

red 148 ◦ green 141 ◦ blue 121

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

Shades of Heathered Grey #948D79

Tints of Heathered Grey #948D79

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.39%

 BLUE value IS 121 (47.66% from 255) = 29.51%

R = 36.1%
G = 34.39%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#948D79 (or 0x948D79) is known color: Heathered Grey. HEX triplet: 94, 8D and 79. RGB value is (148,141,121). Sum of RGB (Red+Green+Blue) = 148+141+121=410 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.10% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 121 (47.66% from 255 or 29.51% from 410); Max value from RGB is 148 - color contains mainly: red. Hex color #948D79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948D79 is #6B7286. Grayscale: #8C8C8C. Windows color (decimal): -7041671 or 7966100. OLE color: 7966100.

HSL color Cylindrical-coordinate representation of color #948D79: hue angle of 44.44º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #948D79 is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 141 121 -
CMYK 0 0.05 0.18 0.42
HSL 44.44º 0.11% 0.53% -
HSV(B) 44.44º 0.18% 0.58% -
XYZ 25.19 26.73 21.92 -
YUV 140.81 116.82 133.13 -
System Red Green Blue C M Y K H S L
Decimal 148 141 121 0 0.05 0.18 0.42 44.44 0.11 0.53
Hex 94 8D 79 0 5 12 2A 2C B 35
Octal 224 215 171 0 5 22 52 54 13 65
Binary 10010100 10001101 1111001 0 101 10010 101010 101100 1011 110101

Color Harmonies of #948D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948D79

Black with #948D79

Text Example


Text Example

White with #948D79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,141,121); }

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

background-color css

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

 a { background-color: rgb(148,141,121); }

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

border-color css

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

 span { border-color: rgb(148,141,121); }

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