Html Css Color HEX #948C79 Heathered Grey

📋 copy color: '#948C79'

red 148 ◦ green 140 ◦ blue 121

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

Shades of Heathered Grey #948C79

Tints of Heathered Grey #948C79

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.23%

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

R = 36.19%
G = 34.23%
B = 29.58%

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

#948C79 (or 0x948C79) is known color: Heathered Grey. HEX triplet: 94, 8C and 79. RGB value is (148,140,121). Sum of RGB (Red+Green+Blue) = 148+140+121=409 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.19% from 409); Green value is 140 (55.08% from 255 or 34.23% from 409); Blue value is 121 (47.66% from 255 or 29.58% from 409); Max value from RGB is 148 - color contains mainly: red. Hex color #948C79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948C79 is #6B7386. Grayscale: #8C8C8C. Windows color (decimal): -7041927 or 7965844. OLE color: 7965844.

HSL color Cylindrical-coordinate representation of color #948C79: hue angle of 42.22º 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 #948C79 is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 140 121 -
CMYK 0 0.05 0.18 0.42
HSL 42.22º 0.11% 0.53% -
HSV(B) 42.22º 0.18% 0.58% -
XYZ 25.04 26.43 21.87 -
YUV 140.23 117.15 133.54 -
System Red Green Blue C M Y K H S L
Decimal 148 140 121 0 0.05 0.18 0.42 42.22 0.11 0.53
Hex 94 8C 79 0 5 12 2A 2A B 35
Octal 224 214 171 0 5 22 52 52 13 65
Binary 10010100 10001100 1111001 0 101 10010 101010 101010 1011 110101

Color Harmonies of #948C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948C79

Black with #948C79

Text Example


Text Example

White with #948C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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