Html Css Color HEX #938D77 Gurkha

📋 copy color: '#938D77'

red 147 ◦ green 141 ◦ blue 119

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

Shades of Gurkha #938D77

Tints of Gurkha #938D77

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.64%

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

R = 36.12%
G = 34.64%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#938D77 (or 0x938D77) is known color: Gurkha. HEX triplet: 93, 8D and 77. RGB value is (147,141,119). Sum of RGB (Red+Green+Blue) = 147+141+119=407 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.12% from 407); Green value is 141 (55.47% from 255 or 34.64% from 407); Blue value is 119 (46.88% from 255 or 29.24% from 407); Max value from RGB is 147 - color contains mainly: red. Hex color #938D77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938D77 is #6C7288. Grayscale: #8C8C8C. Windows color (decimal): -7107209 or 7835027. OLE color: 7835027.

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

Color convert

RGB 147 141 119 -
CMYK 0 0.04 0.19 0.42
HSL 47.14º 0.11% 0.52% -
HSV(B) 47.14º 0.19% 0.58% -
XYZ 24.89 26.58 21.27 -
YUV 140.29 115.99 132.79 -
System Red Green Blue C M Y K H S L
Decimal 147 141 119 0 0.04 0.19 0.42 47.14 0.11 0.52
Hex 93 8D 77 0 4 13 2A 2F B 34
Octal 223 215 167 0 4 23 52 57 13 64
Binary 10010011 10001101 1110111 0 100 10011 101010 101111 1011 110100

Color Harmonies of #938D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938D77

Black with #938D77

Text Example


Text Example

White with #938D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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