Html Css Color HEX #929079 Gurkha

📋 copy color: '#929079'

red 146 ◦ green 144 ◦ blue 121

#929079
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gurkha #929079

Tints of Gurkha #929079

RGB

 RED value IS 146 (57.42% from 255) = 35.52%

 GREEN value IS 144 (56.64% from 255) = 35.04%

 BLUE value IS 121 (47.66% from 255) = 29.44%

R = 35.52%
G = 35.04%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#929079 (or 0x929079) is known color: Gurkha. HEX triplet: 92, 90 and 79. RGB value is (146,144,121). Sum of RGB (Red+Green+Blue) = 146+144+121=411 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.52% from 411); Green value is 144 (56.64% from 255 or 35.04% from 411); Blue value is 121 (47.66% from 255 or 29.44% from 411); Max value from RGB is 146 - color contains mainly: red. Hex color #929079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929079 is #6D6F86. Grayscale: #8E8E8E. Windows color (decimal): -7171975 or 7966866. OLE color: 7966866.

HSL color Cylindrical-coordinate representation of color #929079: hue angle of 55.2º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #929079 is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 144 121 -
CMYK 0 0.01 0.17 0.43
HSL 55.2º 0.1% 0.52% -
HSV(B) 55.2º 0.17% 0.57% -
XYZ 25.28 27.44 22.05 -
YUV 141.98 116.16 130.87 -
System Red Green Blue C M Y K H S L
Decimal 146 144 121 0 0.01 0.17 0.43 55.2 0.1 0.52
Hex 92 90 79 0 1 11 2B 37 A 34
Octal 222 220 171 0 1 21 53 67 12 64
Binary 10010010 10010000 1111001 0 1 10001 101011 110111 1010 110100

Color Harmonies of #929079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929079

Black with #929079

Text Example


Text Example

White with #929079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #929079; }

 p { color: rgb(146,144,121); }

 H1.HeaderClassName
 {
   color: #929079;
 }
 .AnyTagClassName
 {
   color: #929079;
 }
</style>

background-color css

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

 a { background-color: rgb(146,144,121); }

 div.DivClassName
 {
   background-color: #929079;
 }
 .BgClassName
 {
   background-color: #929079;
 }
</style>

border-color css

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

 span { border-color: rgb(146,144,121); }

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