Html Css Color HEX #948D82 Heathered Grey

📋 copy color: '#948D82'

red 148 ◦ green 141 ◦ blue 130

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

Shades of Heathered Grey #948D82

Tints of Heathered Grey #948D82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 31.03%

R = 35.32%
G = 33.65%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#948D82 (or 0x948D82) is known color: Heathered Grey. HEX triplet: 94, 8D and 82. RGB value is (148,141,130). Sum of RGB (Red+Green+Blue) = 148+141+130=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 141 (55.47% from 255 or 33.65% from 419); Blue value is 130 (51.17% from 255 or 31.03% from 419); Max value from RGB is 148 - color contains mainly: red. Hex color #948D82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948D82 is #6B727D. Grayscale: #8D8D8D. Windows color (decimal): -7041662 or 8555924. OLE color: 8555924.

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

Color convert

RGB 148 141 130 -
CMYK 0 0.05 0.12 0.42
HSL 36.67º 0.08% 0.55% -
HSV(B) 36.67º 0.12% 0.58% -
XYZ 25.77 26.96 24.96 -
YUV 141.84 121.32 132.39 -
System Red Green Blue C M Y K H S L
Decimal 148 141 130 0 0.05 0.12 0.42 36.67 0.08 0.55
Hex 94 8D 82 0 5 C 2A 25 8 37
Octal 224 215 202 0 5 14 52 45 10 67
Binary 10010100 10001101 10000010 0 101 1100 101010 100101 1000 110111

Color Harmonies of #948D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948D82

Black with #948D82

Text Example


Text Example

White with #948D82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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