Html Css Color HEX #918B77 Gurkha

📋 copy color: '#918B77'

red 145 ◦ green 139 ◦ blue 119

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

Shades of Gurkha #918B77

Tints of Gurkha #918B77

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.49%

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

R = 35.98%
G = 34.49%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#918B77 (or 0x918B77) is known color: Gurkha. HEX triplet: 91, 8B and 77. RGB value is (145,139,119). Sum of RGB (Red+Green+Blue) = 145+139+119=403 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.98% from 403); Green value is 139 (54.69% from 255 or 34.49% from 403); Blue value is 119 (46.88% from 255 or 29.53% from 403); Max value from RGB is 145 - color contains mainly: red. Hex color #918B77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918B77 is #6E7488. Grayscale: #8A8A8A. Windows color (decimal): -7238793 or 7834513. OLE color: 7834513.

HSL color Cylindrical-coordinate representation of color #918B77: hue angle of 46.15º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #918B77 is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 139 119 -
CMYK 0 0.04 0.18 0.43
HSL 46.15º 0.11% 0.52% -
HSV(B) 46.15º 0.18% 0.57% -
XYZ 24.24 25.82 21.16 -
YUV 138.51 116.99 132.63 -
System Red Green Blue C M Y K H S L
Decimal 145 139 119 0 0.04 0.18 0.43 46.15 0.11 0.52
Hex 91 8B 77 0 4 12 2B 2E B 34
Octal 221 213 167 0 4 22 53 56 13 64
Binary 10010001 10001011 1110111 0 100 10010 101011 101110 1011 110100

Color Harmonies of #918B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918B77

Black with #918B77

Text Example


Text Example

White with #918B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,139,119); }

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

background-color css

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

 a { background-color: rgb(145,139,119); }

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

border-color css

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

 span { border-color: rgb(145,139,119); }

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