Html Css Color HEX #939080 Gurkha

📋 copy color: '#939080'

red 147 ◦ green 144 ◦ blue 128

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

Shades of Gurkha #939080

Tints of Gurkha #939080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 30.55%

R = 35.08%
G = 34.37%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#939080 (or 0x939080) is known color: Gurkha. HEX triplet: 93, 90 and 80. RGB value is (147,144,128). Sum of RGB (Red+Green+Blue) = 147+144+128=419 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.08% from 419); Green value is 144 (56.64% from 255 or 34.37% from 419); Blue value is 128 (50.39% from 255 or 30.55% from 419); Max value from RGB is 147 - color contains mainly: red. Hex color #939080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939080 is #6C6F7F. Grayscale: #8F8F8F. Windows color (decimal): -7106432 or 8425619. OLE color: 8425619.

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

Color convert

RGB 147 144 128 -
CMYK 0 0.02 0.13 0.42
HSL 50.53º 0.08% 0.54% -
HSV(B) 50.53º 0.13% 0.58% -
XYZ 25.9 27.71 24.41 -
YUV 143.07 119.49 130.8 -
System Red Green Blue C M Y K H S L
Decimal 147 144 128 0 0.02 0.13 0.42 50.53 0.08 0.54
Hex 93 90 80 0 2 D 2A 33 8 36
Octal 223 220 200 0 2 15 52 63 10 66
Binary 10010011 10010000 10000000 0 10 1101 101010 110011 1000 110110

Color Harmonies of #939080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #939080

Black with #939080

Text Example


Text Example

White with #939080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #939080; }

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

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

background-color css

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

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

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

border-color css

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

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

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