Html Css Color HEX #928E76 Gurkha

📋 copy color: '#928E76'

red 146 ◦ green 142 ◦ blue 118

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

Shades of Gurkha #928E76

Tints of Gurkha #928E76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 29.06%

R = 35.96%
G = 34.98%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#928E76 (or 0x928E76) is known color: Gurkha. HEX triplet: 92, 8E and 76. RGB value is (146,142,118). Sum of RGB (Red+Green+Blue) = 146+142+118=406 (53% of max value = 765). Red value is 146 (57.42% from 255 or 35.96% from 406); Green value is 142 (55.86% from 255 or 34.98% from 406); Blue value is 118 (46.48% from 255 or 29.06% from 406); Max value from RGB is 146 - color contains mainly: red. Hex color #928E76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928E76 is #6D7189. Grayscale: #8C8C8C. Windows color (decimal): -7172490 or 7769746. OLE color: 7769746.

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

Color convert

RGB 146 142 118 -
CMYK 0 0.03 0.19 0.43
HSL 51.43º 0.11% 0.52% -
HSV(B) 51.43º 0.19% 0.57% -
XYZ 24.8 26.77 21 -
YUV 140.46 115.33 131.95 -
System Red Green Blue C M Y K H S L
Decimal 146 142 118 0 0.03 0.19 0.43 51.43 0.11 0.52
Hex 92 8E 76 0 3 13 2B 33 B 34
Octal 222 216 166 0 3 23 53 63 13 64
Binary 10010010 10001110 1110110 0 11 10011 101011 110011 1011 110100

Color Harmonies of #928E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928E76

Black with #928E76

Text Example


Text Example

White with #928E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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