#918F7B

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

Shades of Gurkha #918F7B

Tints of Gurkha #918F7B

Color information

#918F7B (or 0x918F7B) is unknown color: approx Gurkha. HEX triplet: 91, 8F and 7B. RGB value is (145,143,123). Sum of RGB (Red+Green+Blue) = 145+143+123=411 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.28% from 411); Green value is 143 (56.25% from 255 or 34.79% from 411); Blue value is 123 (48.44% from 255 or 29.93% from 411); Max value from RGB is 145 - color contains mainly: red. Hex color #918F7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918F7B is #6E7084. Grayscale: #8D8D8D. Windows color (decimal): -7237765 or 8097681. OLE color: 8097681.

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

Color convert

RGB145143123-
CMYK00.010.150.43
HSL54.55º9.09%52.55%-
HSV(B)54.55º15.17%56.86%-
XYZ25.0727.0922.65-
YUV141.32117.66130.63-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.28%
GREEN value IS 143 (56.25% from 255) = 34.79%
BLUE value IS 123 (48.44% from 255) = 29.93%
R=35.28%
G=34.79%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14514312300.010.150.4354.559.0952.55
Hex918F7B01F2B37935
Octal221217173011753671165
Binary100100011000111111110110111111010111101111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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