#949077

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

Shades of Gurkha #949077

Tints of Gurkha #949077

Color information

#949077 (or 0x949077) is unknown color: approx Gurkha. HEX triplet: 94, 90 and 77. RGB value is (148,144,119). Sum of RGB (Red+Green+Blue) = 148+144+119=411 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.01% from 411); Green value is 144 (56.64% from 255 or 35.04% from 411); Blue value is 119 (46.88% from 255 or 28.95% from 411); Max value from RGB is 148 - color contains mainly: red. Hex color #949077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949077 is #6B6F88. Grayscale: #8E8E8E. Windows color (decimal): -7040905 or 7835796. OLE color: 7835796.

HSL color Cylindrical-coordinate representation of color #949077: hue angle of 51.72º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #949077 is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB148144119-
CMYK00.030.200.42
HSL51.72º11.93%52.35%-
HSV(B)51.72º19.59%58.04%-
XYZ25.5227.5721.43-
YUV142.35114.83132.03-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.01%
GREEN value IS 144 (56.64% from 255) = 35.04%
BLUE value IS 119 (46.88% from 255) = 28.95%
R=36.01%
G=35.04%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814411900.030.200.4251.7211.9352.35
Hex94907703142A34c34
Octal224220167032452641464
Binary10010100100100001110111011101001010101101001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949077; }

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

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

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

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

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

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

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

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