Html Css Color HEX #938E77 Gurkha

📋 copy color: '#938E77'

red 147 ◦ green 142 ◦ blue 119

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

Shades of Gurkha #938E77

Tints of Gurkha #938E77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 29.17%

R = 36.03%
G = 34.8%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#938E77 (or 0x938E77) is known color: Gurkha. HEX triplet: 93, 8E and 77. RGB value is (147,142,119). Sum of RGB (Red+Green+Blue) = 147+142+119=408 (54% of max value = 765). Red value is 147 (57.81% from 255 or 36.03% from 408); Green value is 142 (55.86% from 255 or 34.80% from 408); Blue value is 119 (46.88% from 255 or 29.17% from 408); Max value from RGB is 147 - color contains mainly: red. Hex color #938E77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938E77 is #6C7188. Grayscale: #8C8C8C. Windows color (decimal): -7106953 or 7835283. OLE color: 7835283.

HSL color Cylindrical-coordinate representation of color #938E77: hue angle of 49.29º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #938E77 is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 142 119 -
CMYK 0 0.03 0.19 0.42
HSL 49.29º 0.11% 0.52% -
HSV(B) 49.29º 0.19% 0.58% -
XYZ 25.04 26.88 21.32 -
YUV 140.87 115.66 132.37 -
System Red Green Blue C M Y K H S L
Decimal 147 142 119 0 0.03 0.19 0.42 49.29 0.11 0.52
Hex 93 8E 77 0 3 13 2A 31 B 34
Octal 223 216 167 0 3 23 52 61 13 64
Binary 10010011 10001110 1110111 0 11 10011 101010 110001 1011 110100

Color Harmonies of #938E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938E77

Black with #938E77

Text Example


Text Example

White with #938E77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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