Html Css Color HEX #938F7C Gurkha

📋 copy color: '#938F7C'

red 147 ◦ green 143 ◦ blue 124

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

Shades of Gurkha #938F7C

Tints of Gurkha #938F7C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.54%

 BLUE value IS 124 (48.83% from 255) = 29.95%

R = 35.51%
G = 34.54%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#938F7C (or 0x938F7C) is known color: Gurkha. HEX triplet: 93, 8F and 7C. RGB value is (147,143,124). Sum of RGB (Red+Green+Blue) = 147+143+124=414 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.51% from 414); Green value is 143 (56.25% from 255 or 34.54% from 414); Blue value is 124 (48.83% from 255 or 29.95% from 414); Max value from RGB is 147 - color contains mainly: red. Hex color #938F7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938F7C is #6C7083. Grayscale: #8E8E8E. Windows color (decimal): -7106692 or 8163219. OLE color: 8163219.

HSL color Cylindrical-coordinate representation of color #938F7C: hue angle of 49.57º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #938F7C is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 143 124 -
CMYK 0 0.03 0.16 0.42
HSL 49.57º 0.1% 0.53% -
HSV(B) 49.57º 0.16% 0.58% -
XYZ 25.49 27.3 23 -
YUV 142.03 117.83 131.54 -
System Red Green Blue C M Y K H S L
Decimal 147 143 124 0 0.03 0.16 0.42 49.57 0.1 0.53
Hex 93 8F 7C 0 3 10 2A 32 A 35
Octal 223 217 174 0 3 20 52 62 12 65
Binary 10010011 10001111 1111100 0 11 10000 101010 110010 1010 110101

Color Harmonies of #938F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938F7C

Black with #938F7C

Text Example


Text Example

White with #938F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938F7C; }

 p { color: rgb(147,143,124); }

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

background-color css

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

 a { background-color: rgb(147,143,124); }

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

border-color css

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

 span { border-color: rgb(147,143,124); }

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