Html Css Color HEX #939072 Gurkha

📋 copy color: '#939072'

red 147 ◦ green 144 ◦ blue 114

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

Shades of Gurkha #939072

Tints of Gurkha #939072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.15%

R = 36.3%
G = 35.56%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#939072 (or 0x939072) is known color: Gurkha. HEX triplet: 93, 90 and 72. RGB value is (147,144,114). Sum of RGB (Red+Green+Blue) = 147+144+114=405 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.30% from 405); Green value is 144 (56.64% from 255 or 35.56% from 405); Blue value is 114 (44.92% from 255 or 28.15% from 405); Max value from RGB is 147 - color contains mainly: red. Hex color #939072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939072 is #6C6F8D. Grayscale: #8D8D8D. Windows color (decimal): -7106446 or 7508115. OLE color: 7508115.

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

Color convert

RGB 147 144 114 -
CMYK 0 0.02 0.22 0.42
HSL 54.55º 0.13% 0.51% -
HSV(B) 54.55º 0.22% 0.58% -
XYZ 25.04 27.36 19.88 -
YUV 141.48 112.49 131.94 -
System Red Green Blue C M Y K H S L
Decimal 147 144 114 0 0.02 0.22 0.42 54.55 0.13 0.51
Hex 93 90 72 0 2 16 2A 37 D 33
Octal 223 220 162 0 2 26 52 67 15 63
Binary 10010011 10010000 1110010 0 10 10110 101010 110111 1101 110011

Color Harmonies of #939072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #939072

Black with #939072

Text Example


Text Example

White with #939072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #939072; }

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

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

background-color css

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

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

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

border-color css

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

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

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