Html Css Color HEX #939074 Gurkha

📋 copy color: '#939074'

red 147 ◦ green 144 ◦ blue 116

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

Shades of Gurkha #939074

Tints of Gurkha #939074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.5%

R = 36.12%
G = 35.38%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#939074 (or 0x939074) is known color: Gurkha. HEX triplet: 93, 90 and 74. RGB value is (147,144,116). Sum of RGB (Red+Green+Blue) = 147+144+116=407 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.12% from 407); Green value is 144 (56.64% from 255 or 35.38% from 407); Blue value is 116 (45.70% from 255 or 28.50% from 407); Max value from RGB is 147 - color contains mainly: red. Hex color #939074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939074 is #6C6F8B. Grayscale: #8D8D8D. Windows color (decimal): -7106444 or 7639187. OLE color: 7639187.

HSL color Cylindrical-coordinate representation of color #939074: hue angle of 54.19º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #939074 is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 144 116 -
CMYK 0 0.02 0.21 0.42
HSL 54.19º 0.13% 0.52% -
HSV(B) 54.19º 0.21% 0.58% -
XYZ 25.16 27.41 20.49 -
YUV 141.71 113.49 131.78 -
System Red Green Blue C M Y K H S L
Decimal 147 144 116 0 0.02 0.21 0.42 54.19 0.13 0.52
Hex 93 90 74 0 2 15 2A 36 D 34
Octal 223 220 164 0 2 25 52 66 15 64
Binary 10010011 10010000 1110100 0 10 10101 101010 110110 1101 110100

Color Harmonies of #939074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #939074

Black with #939074

Text Example


Text Example

White with #939074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #939074; }

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

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

background-color css

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

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

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

border-color css

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

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

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