Html Css Color HEX #948C78 Heathered Grey

📋 copy color: '#948C78'

red 148 ◦ green 140 ◦ blue 120

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

Shades of Heathered Grey #948C78

Tints of Heathered Grey #948C78

RGB

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

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

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

R = 36.27%
G = 34.31%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#948C78 (or 0x948C78) is known color: Heathered Grey. HEX triplet: 94, 8C and 78. RGB value is (148,140,120). Sum of RGB (Red+Green+Blue) = 148+140+120=408 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.27% from 408); Green value is 140 (55.08% from 255 or 34.31% from 408); Blue value is 120 (47.27% from 255 or 29.41% from 408); Max value from RGB is 148 - color contains mainly: red. Hex color #948C78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948C78 is #6B7387. Grayscale: #8C8C8C. Windows color (decimal): -7041928 or 7900308. OLE color: 7900308.

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

Color convert

RGB 148 140 120 -
CMYK 0 0.05 0.19 0.42
HSL 42.86º 0.12% 0.53% -
HSV(B) 42.86º 0.19% 0.58% -
XYZ 24.98 26.41 21.55 -
YUV 140.11 116.65 133.63 -
System Red Green Blue C M Y K H S L
Decimal 148 140 120 0 0.05 0.19 0.42 42.86 0.12 0.53
Hex 94 8C 78 0 5 13 2A 2B C 35
Octal 224 214 170 0 5 23 52 53 14 65
Binary 10010100 10001100 1111000 0 101 10011 101010 101011 1100 110101

Color Harmonies of #948C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948C78

Black with #948C78

Text Example


Text Example

White with #948C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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