#949078

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

Shades of Gurkha #949078

Tints of Gurkha #949078

Color information

#949078 (or 0x949078) is unknown color: approx Gurkha. HEX triplet: 94, 90 and 78. RGB value is (148,144,120). Sum of RGB (Red+Green+Blue) = 148+144+120=412 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.92% from 412); Green value is 144 (56.64% from 255 or 34.95% from 412); Blue value is 120 (47.27% from 255 or 29.13% from 412); Max value from RGB is 148 - color contains mainly: red. Hex color #949078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949078 is #6B6F87. Grayscale: #8E8E8E. Windows color (decimal): -7040904 or 7901332. OLE color: 7901332.

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

Color convert

RGB148144120-
CMYK00.030.190.42
HSL51.43º11.57%52.55%-
HSV(B)51.43º18.92%58.04%-
XYZ25.5827.621.75-
YUV142.46115.33131.95-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.92%
GREEN value IS 144 (56.64% from 255) = 34.95%
BLUE value IS 120 (47.27% from 255) = 29.13%
R=35.92%
G=34.95%
B=29.13%

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
Decimal14814412000.030.190.4251.4311.5752.55
Hex94907803132A33c35
Octal224220170032352631465
Binary10010100100100001111000011100111010101100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949078; }

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

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

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

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

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

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

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

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