Html Css Color HEX #918E7F Gurkha

📋 copy color: '#918E7F'

red 145 ◦ green 142 ◦ blue 127

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

Shades of Gurkha #918E7F

Tints of Gurkha #918E7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.68%

R = 35.02%
G = 34.3%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#918E7F (or 0x918E7F) is known color: Gurkha. HEX triplet: 91, 8E and 7F. RGB value is (145,142,127). Sum of RGB (Red+Green+Blue) = 145+142+127=414 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.02% from 414); Green value is 142 (55.86% from 255 or 34.30% from 414); Blue value is 127 (50% from 255 or 30.68% from 414); Max value from RGB is 145 - color contains mainly: red. Hex color #918E7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918E7F is #6E7180. Grayscale: #8D8D8D. Windows color (decimal): -7238017 or 8359569. OLE color: 8359569.

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

Color convert

RGB 145 142 127 -
CMYK 0 0.02 0.12 0.43
HSL 50º 0.08% 0.53% -
HSV(B) 50º 0.12% 0.57% -
XYZ 25.18 26.9 23.94 -
YUV 141.19 119.99 130.72 -
System Red Green Blue C M Y K H S L
Decimal 145 142 127 0 0.02 0.12 0.43 50 0.08 0.53
Hex 91 8E 7F 0 2 C 2B 32 8 35
Octal 221 216 177 0 2 14 53 62 10 65
Binary 10010001 10001110 1111111 0 10 1100 101011 110010 1000 110101

Color Harmonies of #918E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918E7F

Black with #918E7F

Text Example


Text Example

White with #918E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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