#918F7C

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

Shades of Gurkha #918F7C

Tints of Gurkha #918F7C

Color information

#918F7C (or 0x918F7C) is unknown color: approx Gurkha. HEX triplet: 91, 8F and 7C. RGB value is (145,143,124). Sum of RGB (Red+Green+Blue) = 145+143+124=412 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.19% from 412); Green value is 143 (56.25% from 255 or 34.71% from 412); Blue value is 124 (48.83% from 255 or 30.10% from 412); Max value from RGB is 145 - color contains mainly: red. Hex color #918F7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918F7C is #6E7083. Grayscale: #8D8D8D. Windows color (decimal): -7237764 or 8163217. OLE color: 8163217.

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

Color convert

RGB145143124-
CMYK00.010.140.43
HSL54.29º8.71%52.75%-
HSV(B)54.29º14.48%56.86%-
XYZ25.1427.1222.98-
YUV141.43118.16130.54-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.19%
GREEN value IS 143 (56.25% from 255) = 34.71%
BLUE value IS 124 (48.83% from 255) = 30.10%
R=35.19%
G=34.71%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14514312400.010.140.4354.298.7152.75
Hex918F7C01E2B36935
Octal221217174011653661165
Binary100100011000111111111000111101010111101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,143,124); }

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

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

 a { background-color: rgb(145,143,124); }

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

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

 span { border-color: rgb(145,143,124); }

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