#949177

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

Shades of Gurkha #949177

Tints of Gurkha #949177

Color information

#949177 (or 0x949177) is unknown color: approx Gurkha. HEX triplet: 94, 91 and 77. RGB value is (148,145,119). Sum of RGB (Red+Green+Blue) = 148+145+119=412 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.92% from 412); Green value is 145 (57.03% from 255 or 35.19% from 412); Blue value is 119 (46.88% from 255 or 28.88% from 412); Max value from RGB is 148 - color contains mainly: red. Hex color #949177 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949177 is #6B6E88. Grayscale: #8F8F8F. Windows color (decimal): -7040649 or 7836052. OLE color: 7836052.

HSL color Cylindrical-coordinate representation of color #949177: hue angle of 53.79º 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 #949177 is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB148145119-
CMYK00.020.200.42
HSL53.79º11.93%52.35%-
HSV(B)53.79º19.59%58.04%-
XYZ25.6727.8821.48-
YUV142.93114.49131.61-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.92%
GREEN value IS 145 (57.03% from 255) = 35.19%
BLUE value IS 119 (46.88% from 255) = 28.88%
R=35.92%
G=35.19%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814511900.020.200.4253.7911.9352.35
Hex94917702142A36c34
Octal224221167022452661464
Binary10010100100100011110111010101001010101101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949177; }

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

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

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

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

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

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

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

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