Html Css Color HEX #948978 Heathered Grey

📋 copy color: '#948978'

red 148 ◦ green 137 ◦ blue 120

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

Shades of Heathered Grey #948978

Tints of Heathered Grey #948978

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.83%

 BLUE value IS 120 (47.27% from 255) = 29.63%

R = 36.54%
G = 33.83%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#948978 (or 0x948978) is known color: Heathered Grey. HEX triplet: 94, 89 and 78. RGB value is (148,137,120). Sum of RGB (Red+Green+Blue) = 148+137+120=405 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.54% from 405); Green value is 137 (53.91% from 255 or 33.83% from 405); Blue value is 120 (47.27% from 255 or 29.63% from 405); Max value from RGB is 148 - color contains mainly: red. Hex color #948978 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948978 is #6B7687. Grayscale: #8A8A8A. Windows color (decimal): -7042696 or 7899540. OLE color: 7899540.

HSL color Cylindrical-coordinate representation of color #948978: hue angle of 36.43º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #948978 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 137 120 -
CMYK 0 0.07 0.19 0.42
HSL 36.43º 0.12% 0.53% -
HSV(B) 36.43º 0.19% 0.58% -
XYZ 24.55 25.54 21.41 -
YUV 138.35 117.64 134.88 -
System Red Green Blue C M Y K H S L
Decimal 148 137 120 0 0.07 0.19 0.42 36.43 0.12 0.53
Hex 94 89 78 0 7 13 2A 24 C 35
Octal 224 211 170 0 7 23 52 44 14 65
Binary 10010100 10001001 1111000 0 111 10011 101010 100100 1100 110101

Color Harmonies of #948978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948978

Black with #948978

Text Example


Text Example

White with #948978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948978; }

 p { color: rgb(148,137,120); }

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

background-color css

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

 a { background-color: rgb(148,137,120); }

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

border-color css

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

 span { border-color: rgb(148,137,120); }

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