Html Css Color HEX #939178 Gurkha

📋 copy color: '#939178'

red 147 ◦ green 145 ◦ blue 120

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

Shades of Gurkha #939178

Tints of Gurkha #939178

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.19%

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

R = 35.68%
G = 35.19%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#939178 (or 0x939178) is known color: Gurkha. HEX triplet: 93, 91 and 78. RGB value is (147,145,120). Sum of RGB (Red+Green+Blue) = 147+145+120=412 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.68% from 412); Green value is 145 (57.03% from 255 or 35.19% from 412); Blue value is 120 (47.27% from 255 or 29.13% from 412); Max value from RGB is 147 - color contains mainly: red. Hex color #939178 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939178 is #6C6E87. Grayscale: #8E8E8E. Windows color (decimal): -7106184 or 7901587. OLE color: 7901587.

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

Color convert

RGB 147 145 120 -
CMYK 0 0.01 0.18 0.42
HSL 55.56º 0.11% 0.52% -
HSV(B) 55.56º 0.18% 0.58% -
XYZ 25.55 27.81 21.79 -
YUV 142.75 115.16 131.03 -
System Red Green Blue C M Y K H S L
Decimal 147 145 120 0 0.01 0.18 0.42 55.56 0.11 0.52
Hex 93 91 78 0 1 12 2A 38 B 34
Octal 223 221 170 0 1 22 52 70 13 64
Binary 10010011 10010001 1111000 0 1 10010 101010 111000 1011 110100

Color Harmonies of #939178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #939178

Black with #939178

Text Example


Text Example

White with #939178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #939178; }

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

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

background-color css

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

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

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

border-color css

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

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

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