Html Css Color HEX #938E79 Gurkha

📋 copy color: '#938E79'

red 147 ◦ green 142 ◦ blue 121

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

Shades of Gurkha #938E79

Tints of Gurkha #938E79

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.63%

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

R = 35.85%
G = 34.63%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#938E79 (or 0x938E79) is known color: Gurkha. HEX triplet: 93, 8E and 79. RGB value is (147,142,121). Sum of RGB (Red+Green+Blue) = 147+142+121=410 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.85% from 410); Green value is 142 (55.86% from 255 or 34.63% from 410); Blue value is 121 (47.66% from 255 or 29.51% from 410); Max value from RGB is 147 - color contains mainly: red. Hex color #938E79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938E79 is #6C7186. Grayscale: #8D8D8D. Windows color (decimal): -7106951 or 7966355. OLE color: 7966355.

HSL color Cylindrical-coordinate representation of color #938E79: hue angle of 48.46º 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 #938E79 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 142 121 -
CMYK 0 0.03 0.18 0.42
HSL 48.46º 0.11% 0.53% -
HSV(B) 48.46º 0.18% 0.58% -
XYZ 25.16 26.93 21.96 -
YUV 141.1 116.66 132.21 -
System Red Green Blue C M Y K H S L
Decimal 147 142 121 0 0.03 0.18 0.42 48.46 0.11 0.53
Hex 93 8E 79 0 3 12 2A 30 B 35
Octal 223 216 171 0 3 22 52 60 13 65
Binary 10010011 10001110 1111001 0 11 10010 101010 110000 1011 110101

Color Harmonies of #938E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938E79

Black with #938E79

Text Example


Text Example

White with #938E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938E79; }

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

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

background-color css

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

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

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

border-color css

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

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

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