Html Css Color HEX #939079 Gurkha

📋 copy color: '#939079'

red 147 ◦ green 144 ◦ blue 121

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

Shades of Gurkha #939079

Tints of Gurkha #939079

RGB

 RED value IS 147 (57.81% from 255) = 35.68%

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

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

R = 35.68%
G = 34.95%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#939079 (or 0x939079) is known color: Gurkha. HEX triplet: 93, 90 and 79. RGB value is (147,144,121). Sum of RGB (Red+Green+Blue) = 147+144+121=412 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.68% from 412); Green value is 144 (56.64% from 255 or 34.95% from 412); Blue value is 121 (47.66% from 255 or 29.37% from 412); Max value from RGB is 147 - color contains mainly: red. Hex color #939079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939079 is #6C6F86. Grayscale: #8E8E8E. Windows color (decimal): -7106439 or 7966867. OLE color: 7966867.

HSL color Cylindrical-coordinate representation of color #939079: hue angle of 53.08º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #939079 is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 144 121 -
CMYK 0 0.02 0.18 0.42
HSL 53.08º 0.11% 0.53% -
HSV(B) 53.08º 0.18% 0.58% -
XYZ 25.46 27.53 22.06 -
YUV 142.28 115.99 131.37 -
System Red Green Blue C M Y K H S L
Decimal 147 144 121 0 0.02 0.18 0.42 53.08 0.11 0.53
Hex 93 90 79 0 2 12 2A 35 B 35
Octal 223 220 171 0 2 22 52 65 13 65
Binary 10010011 10010000 1111001 0 10 10010 101010 110101 1011 110101

Color Harmonies of #939079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #939079

Black with #939079

Text Example


Text Example

White with #939079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #939079; }

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

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

background-color css

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

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

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

border-color css

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

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

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