Html Css Color HEX #938E78 Gurkha

📋 copy color: '#938E78'

red 147 ◦ green 142 ◦ blue 120

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

Shades of Gurkha #938E78

Tints of Gurkha #938E78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 29.34%

R = 35.94%
G = 34.72%
B = 29.34%

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

#938E78 (or 0x938E78) is known color: Gurkha. HEX triplet: 93, 8E and 78. RGB value is (147,142,120). Sum of RGB (Red+Green+Blue) = 147+142+120=409 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.94% from 409); Green value is 142 (55.86% from 255 or 34.72% from 409); Blue value is 120 (47.27% from 255 or 29.34% from 409); Max value from RGB is 147 - color contains mainly: red. Hex color #938E78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938E78 is #6C7187. Grayscale: #8D8D8D. Windows color (decimal): -7106952 or 7900819. OLE color: 7900819.

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

Color convert

RGB 147 142 120 -
CMYK 0 0.03 0.18 0.42
HSL 48.89º 0.11% 0.52% -
HSV(B) 48.89º 0.18% 0.58% -
XYZ 25.1 26.91 21.64 -
YUV 140.99 116.16 132.29 -
System Red Green Blue C M Y K H S L
Decimal 147 142 120 0 0.03 0.18 0.42 48.89 0.11 0.52
Hex 93 8E 78 0 3 12 2A 31 B 34
Octal 223 216 170 0 3 22 52 61 13 64
Binary 10010011 10001110 1111000 0 11 10010 101010 110001 1011 110100

Color Harmonies of #938E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938E78

Black with #938E78

Text Example


Text Example

White with #938E78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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