Html Css Color HEX #928E77 Gurkha

📋 copy color: '#928E77'

red 146 ◦ green 142 ◦ blue 119

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

Shades of Gurkha #928E77

Tints of Gurkha #928E77

RGB

 RED value IS 146 (57.42% from 255) = 35.87%

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

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

R = 35.87%
G = 34.89%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#928E77 (or 0x928E77) is known color: Gurkha. HEX triplet: 92, 8E and 77. RGB value is (146,142,119). Sum of RGB (Red+Green+Blue) = 146+142+119=407 (53% of max value = 765). Red value is 146 (57.42% from 255 or 35.87% from 407); Green value is 142 (55.86% from 255 or 34.89% from 407); Blue value is 119 (46.88% from 255 or 29.24% from 407); Max value from RGB is 146 - color contains mainly: red. Hex color #928E77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928E77 is #6D7188. Grayscale: #8C8C8C. Windows color (decimal): -7172489 or 7835282. OLE color: 7835282.

HSL color Cylindrical-coordinate representation of color #928E77: hue angle of 51.11º 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 #928E77 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 142 119 -
CMYK 0 0.03 0.18 0.43
HSL 51.11º 0.11% 0.52% -
HSV(B) 51.11º 0.18% 0.57% -
XYZ 24.86 26.79 21.31 -
YUV 140.57 115.83 131.87 -
System Red Green Blue C M Y K H S L
Decimal 146 142 119 0 0.03 0.18 0.43 51.11 0.11 0.52
Hex 92 8E 77 0 3 12 2B 33 B 34
Octal 222 216 167 0 3 22 53 63 13 64
Binary 10010010 10001110 1110111 0 11 10010 101011 110011 1011 110100

Color Harmonies of #928E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928E77

Black with #928E77

Text Example


Text Example

White with #928E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928E77; }

 p { color: rgb(146,142,119); }

 H1.HeaderClassName
 {
   color: #928E77;
 }
 .AnyTagClassName
 {
   color: #928E77;
 }
</style>

background-color css

<style>
 a { background-color: #928E77; }

 a { background-color: rgb(146,142,119); }

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

border-color css

<style>
 span { border-color: #928E77; }

 span { border-color: rgb(146,142,119); }

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