Html Css Color HEX #948C82 Heathered Grey

📋 copy color: '#948C82'

red 148 ◦ green 140 ◦ blue 130

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

Shades of Heathered Grey #948C82

Tints of Heathered Grey #948C82

RGB

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

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

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

R = 35.41%
G = 33.49%
B = 31.1%

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

#948C82 (or 0x948C82) is known color: Heathered Grey. HEX triplet: 94, 8C and 82. RGB value is (148,140,130). Sum of RGB (Red+Green+Blue) = 148+140+130=418 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.41% from 418); Green value is 140 (55.08% from 255 or 33.49% from 418); Blue value is 130 (51.17% from 255 or 31.10% from 418); Max value from RGB is 148 - color contains mainly: red. Hex color #948C82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948C82 is #6B737D. Grayscale: #8D8D8D. Windows color (decimal): -7041918 or 8555668. OLE color: 8555668.

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

Color convert

RGB 148 140 130 -
CMYK 0 0.05 0.12 0.42
HSL 33.33º 0.08% 0.55% -
HSV(B) 33.33º 0.12% 0.58% -
XYZ 25.62 26.66 24.92 -
YUV 141.25 121.65 132.81 -
System Red Green Blue C M Y K H S L
Decimal 148 140 130 0 0.05 0.12 0.42 33.33 0.08 0.55
Hex 94 8C 82 0 5 C 2A 21 8 37
Octal 224 214 202 0 5 14 52 41 10 67
Binary 10010100 10001100 10000010 0 101 1100 101010 100001 1000 110111

Color Harmonies of #948C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948C82

Black with #948C82

Text Example


Text Example

White with #948C82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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