#948E78

Color #948E78 Gurkha (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gurkha #948E78

Tints of Gurkha #948E78

Color information

#948E78 (or 0x948E78) is unknown color: approx 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

RGB148142120-
CMYK00.040.190.42
HSL47.14º11.57%52.55%-
HSV(B)47.14º18.92%58.04%-
XYZ25.282721.65-
YUV141.29115.99132.79-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.10%
GREEN value IS 142 (55.86% from 255) = 34.63%
BLUE value IS 120 (47.27% from 255) = 29.27%
R=36.10%
G=34.63%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814212000.040.190.4247.1411.5752.55
Hex948E7804132A2fc35
Octal224216170042352571465
Binary100101001000111011110000100100111010101011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>