Html Css Color HEX #948E78 Gurkha

📋 copy color: '#948E78'

red 148 ◦ green 142 ◦ blue 120

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

Shades of Gurkha #948E78

Tints of Gurkha #948E78

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.63%

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

R = 36.1%
G = 34.63%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#948E78 (or 0x948E78) is known color: Gurkha. HEX triplet: 94, 8E and 78. RGB value is (148,142,120). Sum of RGB (Red+Green+Blue) = 148+142+120=410 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.10% from 410); Green value is 142 (55.86% from 255 or 34.63% from 410); Blue value is 120 (47.27% from 255 or 29.27% from 410); Max value from RGB is 148 - color contains mainly: red. Hex color #948E78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948E78 is #6B7187. Grayscale: #8D8D8D. Windows color (decimal): -7041416 or 7900820. OLE color: 7900820.

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

Color convert

RGB 148 142 120 -
CMYK 0 0.04 0.19 0.42
HSL 47.14º 0.12% 0.53% -
HSV(B) 47.14º 0.19% 0.58% -
XYZ 25.28 27 21.65 -
YUV 141.29 115.99 132.79 -
System Red Green Blue C M Y K H S L
Decimal 148 142 120 0 0.04 0.19 0.42 47.14 0.12 0.53
Hex 94 8E 78 0 4 13 2A 2F C 35
Octal 224 216 170 0 4 23 52 57 14 65
Binary 10010100 10001110 1111000 0 100 10011 101010 101111 1100 110101

Color Harmonies of #948E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948E78

Black with #948E78

Text Example


Text Example

White with #948E78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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