Html Css Color HEX #939078 Gurkha

📋 copy color: '#939078'

red 147 ◦ green 144 ◦ blue 120

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

Shades of Gurkha #939078

Tints of Gurkha #939078

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.04%

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

R = 35.77%
G = 35.04%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#939078 (or 0x939078) is known color: Gurkha. HEX triplet: 93, 90 and 78. RGB value is (147,144,120). Sum of RGB (Red+Green+Blue) = 147+144+120=411 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.77% from 411); Green value is 144 (56.64% from 255 or 35.04% from 411); Blue value is 120 (47.27% from 255 or 29.20% from 411); Max value from RGB is 147 - color contains mainly: red. Hex color #939078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939078 is #6C6F87. Grayscale: #8E8E8E. Windows color (decimal): -7106440 or 7901331. OLE color: 7901331.

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

Color convert

RGB 147 144 120 -
CMYK 0 0.02 0.18 0.42
HSL 53.33º 0.11% 0.52% -
HSV(B) 53.33º 0.18% 0.58% -
XYZ 25.4 27.51 21.74 -
YUV 142.16 115.49 131.45 -
System Red Green Blue C M Y K H S L
Decimal 147 144 120 0 0.02 0.18 0.42 53.33 0.11 0.52
Hex 93 90 78 0 2 12 2A 35 B 34
Octal 223 220 170 0 2 22 52 65 13 64
Binary 10010011 10010000 1111000 0 10 10010 101010 110101 1011 110100

Color Harmonies of #939078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #939078

Black with #939078

Text Example


Text Example

White with #939078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #939078; }

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

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

background-color css

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

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

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

border-color css

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

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

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