#928F7B

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

Shades of Gurkha #928F7B

Tints of Gurkha #928F7B

Color information

#928F7B (or 0x928F7B) is unknown color: approx Gurkha. HEX triplet: 92, 8F and 7B. RGB value is (146,143,123). Sum of RGB (Red+Green+Blue) = 146+143+123=412 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.44% from 412); Green value is 143 (56.25% from 255 or 34.71% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 146 - color contains mainly: red. Hex color #928F7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928F7B is #6D7084. Grayscale: #8D8D8D. Windows color (decimal): -7172229 or 8097682. OLE color: 8097682.

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

Color convert

RGB146143123-
CMYK00.020.160.43
HSL52.17º9.54%52.75%-
HSV(B)52.17º15.75%57.25%-
XYZ25.2527.1922.66-
YUV141.62117.49131.13-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.44%
GREEN value IS 143 (56.25% from 255) = 34.71%
BLUE value IS 123 (48.44% from 255) = 29.85%
R=35.44%
G=34.71%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14614312300.020.160.4352.179.5452.75
Hex928F7B02102B34a35
Octal222217173022053641265
Binary10010010100011111111011010100001010111101001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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