Html Css Color HEX #938D78 Gurkha

📋 copy color: '#938D78'

red 147 ◦ green 141 ◦ blue 120

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

Shades of Gurkha #938D78

Tints of Gurkha #938D78

RGB

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

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

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

R = 36.03%
G = 34.56%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#938D78 (or 0x938D78) is known color: Gurkha. HEX triplet: 93, 8D and 78. RGB value is (147,141,120). Sum of RGB (Red+Green+Blue) = 147+141+120=408 (54% of max value = 765). Red value is 147 (57.81% from 255 or 36.03% from 408); Green value is 141 (55.47% from 255 or 34.56% from 408); Blue value is 120 (47.27% from 255 or 29.41% from 408); Max value from RGB is 147 - color contains mainly: red. Hex color #938D78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938D78 is #6C7287. Grayscale: #8C8C8C. Windows color (decimal): -7107208 or 7900563. OLE color: 7900563.

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

Color convert

RGB 147 141 120 -
CMYK 0 0.04 0.18 0.42
HSL 46.67º 0.11% 0.52% -
HSV(B) 46.67º 0.18% 0.58% -
XYZ 24.95 26.61 21.59 -
YUV 140.4 116.49 132.71 -
System Red Green Blue C M Y K H S L
Decimal 147 141 120 0 0.04 0.18 0.42 46.67 0.11 0.52
Hex 93 8D 78 0 4 12 2A 2F B 34
Octal 223 215 170 0 4 22 52 57 13 64
Binary 10010011 10001101 1111000 0 100 10010 101010 101111 1011 110100

Color Harmonies of #938D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938D78

Black with #938D78

Text Example


Text Example

White with #938D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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