Html Css Color HEX #938F77 Gurkha

📋 copy color: '#938F77'

red 147 ◦ green 143 ◦ blue 119

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

Shades of Gurkha #938F77

Tints of Gurkha #938F77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 29.1%

R = 35.94%
G = 34.96%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#938F77 (or 0x938F77) is known color: Gurkha. HEX triplet: 93, 8F and 77. RGB value is (147,143,119). Sum of RGB (Red+Green+Blue) = 147+143+119=409 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.94% from 409); Green value is 143 (56.25% from 255 or 34.96% from 409); Blue value is 119 (46.88% from 255 or 29.10% from 409); Max value from RGB is 147 - color contains mainly: red. Hex color #938F77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938F77 is #6C7088. Grayscale: #8D8D8D. Windows color (decimal): -7106697 or 7835539. OLE color: 7835539.

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

Color convert

RGB 147 143 119 -
CMYK 0 0.03 0.19 0.42
HSL 51.43º 0.11% 0.52% -
HSV(B) 51.43º 0.19% 0.58% -
XYZ 25.18 27.18 21.37 -
YUV 141.46 115.33 131.95 -
System Red Green Blue C M Y K H S L
Decimal 147 143 119 0 0.03 0.19 0.42 51.43 0.11 0.52
Hex 93 8F 77 0 3 13 2A 33 B 34
Octal 223 217 167 0 3 23 52 63 13 64
Binary 10010011 10001111 1110111 0 11 10011 101010 110011 1011 110100

Color Harmonies of #938F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938F77

Black with #938F77

Text Example


Text Example

White with #938F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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