#918C7A

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

Shades of Gurkha #918C7A

Tints of Gurkha #918C7A

Color information

#918C7A (or 0x918C7A) is unknown color: approx Gurkha. HEX triplet: 91, 8C and 7A. RGB value is (145,140,122). Sum of RGB (Red+Green+Blue) = 145+140+122=407 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.63% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 122 (48.05% from 255 or 29.98% from 407); Max value from RGB is 145 - color contains mainly: red. Hex color #918C7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918C7A is #6E7385. Grayscale: #8B8B8B. Windows color (decimal): -7238534 or 8031377. OLE color: 8031377.

HSL color Cylindrical-coordinate representation of color #918C7A: hue angle of 46.96º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #918C7A is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB145140122-
CMYK00.030.160.43
HSL46.96º9.47%52.35%-
HSV(B)46.96º15.86%56.86%-
XYZ24.5726.1822.17-
YUV139.44118.16131.96-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.63%
GREEN value IS 140 (55.08% from 255) = 34.40%
BLUE value IS 122 (48.05% from 255) = 29.98%
R=35.63%
G=34.40%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14514012200.030.160.4346.969.4752.35
Hex918C7A03102B2f934
Octal221214172032053571164
Binary10010001100011001111010011100001010111011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918C7A; }

 p { color: rgb(145,140,122); }

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

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

 a { background-color: rgb(145,140,122); }

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

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

 span { border-color: rgb(145,140,122); }

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