Html Css Color HEX #938E76 Gurkha

📋 copy color: '#938E76'

red 147 ◦ green 142 ◦ blue 118

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

Shades of Gurkha #938E76

Tints of Gurkha #938E76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 28.99%

R = 36.12%
G = 34.89%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#938E76 (or 0x938E76) is known color: Gurkha. HEX triplet: 93, 8E and 76. RGB value is (147,142,118). Sum of RGB (Red+Green+Blue) = 147+142+118=407 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.12% from 407); Green value is 142 (55.86% from 255 or 34.89% from 407); Blue value is 118 (46.48% from 255 or 28.99% from 407); Max value from RGB is 147 - color contains mainly: red. Hex color #938E76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938E76 is #6C7189. Grayscale: #8C8C8C. Windows color (decimal): -7106954 or 7769747. OLE color: 7769747.

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

Color convert

RGB 147 142 118 -
CMYK 0 0.03 0.20 0.42
HSL 49.66º 0.12% 0.52% -
HSV(B) 49.66º 0.2% 0.58% -
XYZ 24.98 26.86 21.01 -
YUV 140.76 115.16 132.45 -
System Red Green Blue C M Y K H S L
Decimal 147 142 118 0 0.03 0.20 0.42 49.66 0.12 0.52
Hex 93 8E 76 0 3 14 2A 32 C 34
Octal 223 216 166 0 3 24 52 62 14 64
Binary 10010011 10001110 1110110 0 11 10100 101010 110010 1100 110100

Color Harmonies of #938E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938E76

Black with #938E76

Text Example


Text Example

White with #938E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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