Html Css Color HEX #918E7D Gurkha

📋 copy color: '#918E7D'

red 145 ◦ green 142 ◦ blue 125

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

Shades of Gurkha #918E7D

Tints of Gurkha #918E7D

RGB

 RED value IS 145 (57.03% from 255) = 35.19%

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

 BLUE value IS 125 (49.22% from 255) = 30.34%

R = 35.19%
G = 34.47%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#918E7D (or 0x918E7D) is known color: Gurkha. HEX triplet: 91, 8E and 7D. RGB value is (145,142,125). Sum of RGB (Red+Green+Blue) = 145+142+125=412 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.19% from 412); Green value is 142 (55.86% from 255 or 34.47% from 412); Blue value is 125 (49.22% from 255 or 30.34% from 412); Max value from RGB is 145 - color contains mainly: red. Hex color #918E7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918E7D is #6E7182. Grayscale: #8D8D8D. Windows color (decimal): -7238019 or 8228497. OLE color: 8228497.

HSL color Cylindrical-coordinate representation of color #918E7D: hue angle of 51º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #918E7D is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 142 125 -
CMYK 0 0.02 0.14 0.43
HSL 51º 0.08% 0.53% -
HSV(B) 51º 0.14% 0.57% -
XYZ 25.05 26.85 23.26 -
YUV 140.96 118.99 130.88 -
System Red Green Blue C M Y K H S L
Decimal 145 142 125 0 0.02 0.14 0.43 51 0.08 0.53
Hex 91 8E 7D 0 2 E 2B 33 8 35
Octal 221 216 175 0 2 16 53 63 10 65
Binary 10010001 10001110 1111101 0 10 1110 101011 110011 1000 110101

Color Harmonies of #918E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918E7D

Black with #918E7D

Text Example


Text Example

White with #918E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918E7D; }

 p { color: rgb(145,142,125); }

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

background-color css

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

 a { background-color: rgb(145,142,125); }

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

border-color css

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

 span { border-color: rgb(145,142,125); }

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