Html Css Color HEX #918E7C Gurkha

📋 copy color: '#918E7C'

red 145 ◦ green 142 ◦ blue 124

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

Shades of Gurkha #918E7C

Tints of Gurkha #918E7C

RGB

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

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

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

R = 35.28%
G = 34.55%
B = 30.17%

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

#918E7C (or 0x918E7C) is known color: Gurkha. HEX triplet: 91, 8E and 7C. RGB value is (145,142,124). Sum of RGB (Red+Green+Blue) = 145+142+124=411 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.28% from 411); Green value is 142 (55.86% from 255 or 34.55% from 411); Blue value is 124 (48.83% from 255 or 30.17% from 411); Max value from RGB is 145 - color contains mainly: red. Hex color #918E7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918E7C is #6E7183. Grayscale: #8C8C8C. Windows color (decimal): -7238020 or 8162961. OLE color: 8162961.

HSL color Cylindrical-coordinate representation of color #918E7C: hue angle of 51.43º degrees, saturation: 0.09, 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 #918E7C is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 142 124 -
CMYK 0 0.02 0.14 0.43
HSL 51.43º 0.09% 0.53% -
HSV(B) 51.43º 0.14% 0.57% -
XYZ 24.99 26.82 22.93 -
YUV 140.85 118.49 130.96 -
System Red Green Blue C M Y K H S L
Decimal 145 142 124 0 0.02 0.14 0.43 51.43 0.09 0.53
Hex 91 8E 7C 0 2 E 2B 33 9 35
Octal 221 216 174 0 2 16 53 63 11 65
Binary 10010001 10001110 1111100 0 10 1110 101011 110011 1001 110101

Color Harmonies of #918E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918E7C

Black with #918E7C

Text Example


Text Example

White with #918E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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