Html Css Color HEX #939076 Gurkha

📋 copy color: '#939076'

red 147 ◦ green 144 ◦ blue 118

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

Shades of Gurkha #939076

Tints of Gurkha #939076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 28.85%

R = 35.94%
G = 35.21%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#939076 (or 0x939076) is known color: Gurkha. HEX triplet: 93, 90 and 76. RGB value is (147,144,118). Sum of RGB (Red+Green+Blue) = 147+144+118=409 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.94% from 409); Green value is 144 (56.64% from 255 or 35.21% from 409); Blue value is 118 (46.48% from 255 or 28.85% from 409); Max value from RGB is 147 - color contains mainly: red. Hex color #939076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939076 is #6C6F89. Grayscale: #8E8E8E. Windows color (decimal): -7106442 or 7770259. OLE color: 7770259.

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

Color convert

RGB 147 144 118 -
CMYK 0 0.02 0.20 0.42
HSL 53.79º 0.12% 0.52% -
HSV(B) 53.79º 0.2% 0.58% -
XYZ 25.28 27.46 21.11 -
YUV 141.93 114.49 131.61 -
System Red Green Blue C M Y K H S L
Decimal 147 144 118 0 0.02 0.20 0.42 53.79 0.12 0.52
Hex 93 90 76 0 2 14 2A 36 C 34
Octal 223 220 166 0 2 24 52 66 14 64
Binary 10010011 10010000 1110110 0 10 10100 101010 110110 1100 110100

Color Harmonies of #939076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #939076

Black with #939076

Text Example


Text Example

White with #939076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #939076; }

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

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

background-color css

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

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

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

border-color css

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

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

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