Html Css Color HEX #948E84 Heathered Grey

📋 copy color: '#948E84'

red 148 ◦ green 142 ◦ blue 132

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

Shades of Heathered Grey #948E84

Tints of Heathered Grey #948E84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 31.28%

R = 35.07%
G = 33.65%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#948E84 (or 0x948E84) is known color: Heathered Grey. HEX triplet: 94, 8E and 84. RGB value is (148,142,132). Sum of RGB (Red+Green+Blue) = 148+142+132=422 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.07% from 422); Green value is 142 (55.86% from 255 or 33.65% from 422); Blue value is 132 (51.95% from 255 or 31.28% from 422); Max value from RGB is 148 - color contains mainly: red. Hex color #948E84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948E84 is #6B717B. Grayscale: #8E8E8E. Windows color (decimal): -7041404 or 8687252. OLE color: 8687252.

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

Color convert

RGB 148 142 132 -
CMYK 0 0.04 0.11 0.42
HSL 37.5º 0.07% 0.55% -
HSV(B) 37.5º 0.11% 0.58% -
XYZ 26.05 27.31 25.73 -
YUV 142.65 121.99 131.81 -
System Red Green Blue C M Y K H S L
Decimal 148 142 132 0 0.04 0.11 0.42 37.5 0.07 0.55
Hex 94 8E 84 0 4 B 2A 26 7 37
Octal 224 216 204 0 4 13 52 46 7 67
Binary 10010100 10001110 10000100 0 100 1011 101010 100110 111 110111

Color Harmonies of #948E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948E84

Black with #948E84

Text Example


Text Example

White with #948E84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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