Html Css Color HEX #938E7B Gurkha

📋 copy color: '#938E7B'

red 147 ◦ green 142 ◦ blue 123

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

Shades of Gurkha #938E7B

Tints of Gurkha #938E7B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.47%

 BLUE value IS 123 (48.44% from 255) = 29.85%

R = 35.68%
G = 34.47%
B = 29.85%

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

#938E7B (or 0x938E7B) is known color: Gurkha. HEX triplet: 93, 8E and 7B. RGB value is (147,142,123). Sum of RGB (Red+Green+Blue) = 147+142+123=412 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.68% from 412); Green value is 142 (55.86% from 255 or 34.47% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 147 - color contains mainly: red. Hex color #938E7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938E7B is #6C7184. Grayscale: #8D8D8D. Windows color (decimal): -7106949 or 8097427. OLE color: 8097427.

HSL color Cylindrical-coordinate representation of color #938E7B: hue angle of 47.5º 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 #938E7B is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 142 123 -
CMYK 0 0.03 0.16 0.42
HSL 47.5º 0.1% 0.53% -
HSV(B) 47.5º 0.16% 0.58% -
XYZ 25.28 26.98 22.61 -
YUV 141.33 117.66 132.04 -
System Red Green Blue C M Y K H S L
Decimal 147 142 123 0 0.03 0.16 0.42 47.5 0.1 0.53
Hex 93 8E 7B 0 3 10 2A 30 A 35
Octal 223 216 173 0 3 20 52 60 12 65
Binary 10010011 10001110 1111011 0 11 10000 101010 110000 1010 110101

Color Harmonies of #938E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938E7B

Black with #938E7B

Text Example


Text Example

White with #938E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,142,123); }

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

background-color css

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

 a { background-color: rgb(147,142,123); }

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

border-color css

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

 span { border-color: rgb(147,142,123); }

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