#948F78

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

Shades of Gurkha #948F78

Tints of Gurkha #948F78

Color information

#948F78 (or 0x948F78) is unknown color: approx Gurkha. HEX triplet: 94, 8F and 78. RGB value is (148,143,120). Sum of RGB (Red+Green+Blue) = 148+143+120=411 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.01% from 411); Green value is 143 (56.25% from 255 or 34.79% from 411); Blue value is 120 (47.27% from 255 or 29.20% from 411); Max value from RGB is 148 - color contains mainly: red. Hex color #948F78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948F78 is #6B7087. Grayscale: #8D8D8D. Windows color (decimal): -7041160 or 7901076. OLE color: 7901076.

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

Color convert

RGB148143120-
CMYK00.030.190.42
HSL49.29º11.57%52.55%-
HSV(B)49.29º18.92%58.04%-
XYZ25.4327.321.7-
YUV141.87115.66132.37-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.01%
GREEN value IS 143 (56.25% from 255) = 34.79%
BLUE value IS 120 (47.27% from 255) = 29.20%
R=36.01%
G=34.79%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814312000.030.190.4249.2911.5752.55
Hex948F7803132A31c35
Octal224217170032352611465
Binary10010100100011111111000011100111010101100011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #948F78;
 }
 .AnyTagClassName
 {
   color: #948F78;
 }
</style>
background-color css

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

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

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

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

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

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