Html Css Color HEX #948B7C Heathered Grey

📋 copy color: '#948B7C'

red 148 ◦ green 139 ◦ blue 124

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

Shades of Heathered Grey #948B7C

Tints of Heathered Grey #948B7C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.82%

 BLUE value IS 124 (48.83% from 255) = 30.17%

R = 36.01%
G = 33.82%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#948B7C (or 0x948B7C) is known color: Heathered Grey. HEX triplet: 94, 8B and 7C. RGB value is (148,139,124). Sum of RGB (Red+Green+Blue) = 148+139+124=411 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.01% from 411); Green value is 139 (54.69% from 255 or 33.82% from 411); Blue value is 124 (48.83% from 255 or 30.17% from 411); Max value from RGB is 148 - color contains mainly: red. Hex color #948B7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948B7C is #6B7483. Grayscale: #8C8C8C. Windows color (decimal): -7042180 or 8162196. OLE color: 8162196.

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

Color convert

RGB 148 139 124 -
CMYK 0 0.06 0.16 0.42
HSL 37.5º 0.1% 0.53% -
HSV(B) 37.5º 0.16% 0.58% -
XYZ 25.08 26.22 22.81 -
YUV 139.98 118.98 133.72 -
System Red Green Blue C M Y K H S L
Decimal 148 139 124 0 0.06 0.16 0.42 37.5 0.1 0.53
Hex 94 8B 7C 0 6 10 2A 26 A 35
Octal 224 213 174 0 6 20 52 46 12 65
Binary 10010100 10001011 1111100 0 110 10000 101010 100110 1010 110101

Color Harmonies of #948B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948B7C

Black with #948B7C

Text Example


Text Example

White with #948B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,139,124); }

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

background-color css

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

 a { background-color: rgb(148,139,124); }

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

border-color css

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

 span { border-color: rgb(148,139,124); }

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