#9B9778

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

Shades of Gurkha #9B9778

Tints of Gurkha #9B9778

Color information

#9B9778 (or 0x9B9778) is unknown color: approx Gurkha. HEX triplet: 9B, 97 and 78. RGB value is (155,151,120). Sum of RGB (Red+Green+Blue) = 155+151+120=426 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.38% from 426); Green value is 151 (59.38% from 255 or 35.45% from 426); Blue value is 120 (47.27% from 255 or 28.17% from 426); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9778 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9778 is #646887. Grayscale: #949494. Windows color (decimal): -6580360 or 7903131. OLE color: 7903131.

HSL color Cylindrical-coordinate representation of color #9B9778: hue angle of 53.14º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9B9778 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.39.

Color convert

RGB155151120-
CMYK00.030.230.39
HSL53.14º14.89%53.92%-
HSV(B)53.14º22.58%60.78%-
XYZ27.9730.4622.17-
YUV148.66111.83132.52-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.38%
GREEN value IS 151 (59.38% from 255) = 35.45%
BLUE value IS 120 (47.27% from 255) = 28.17%
R=36.38%
G=35.45%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15515112000.030.230.3953.1414.8953.92
Hex9B977803172735f36
Octal233227170032747651766
Binary10011011100101111111000011101111001111101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B9778; }

 p { color: rgb(155,151,120); }

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

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

 a { background-color: rgb(155,151,120); }

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

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

 span { border-color: rgb(155,151,120); }

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