Html Css Color HEX #928E78 Gurkha

📋 copy color: '#928E78'

red 146 ◦ green 142 ◦ blue 120

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

Shades of Gurkha #928E78

Tints of Gurkha #928E78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 29.41%

R = 35.78%
G = 34.8%
B = 29.41%

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

#928E78 (or 0x928E78) is known color: Gurkha. HEX triplet: 92, 8E and 78. RGB value is (146,142,120). Sum of RGB (Red+Green+Blue) = 146+142+120=408 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.78% from 408); Green value is 142 (55.86% from 255 or 34.80% from 408); Blue value is 120 (47.27% from 255 or 29.41% from 408); Max value from RGB is 146 - color contains mainly: red. Hex color #928E78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928E78 is #6D7187. Grayscale: #8C8C8C. Windows color (decimal): -7172488 or 7900818. OLE color: 7900818.

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

Color convert

RGB 146 142 120 -
CMYK 0 0.03 0.18 0.43
HSL 50.77º 0.11% 0.52% -
HSV(B) 50.77º 0.18% 0.57% -
XYZ 24.92 26.81 21.63 -
YUV 140.69 116.33 131.79 -
System Red Green Blue C M Y K H S L
Decimal 146 142 120 0 0.03 0.18 0.43 50.77 0.11 0.52
Hex 92 8E 78 0 3 12 2B 33 B 34
Octal 222 216 170 0 3 22 53 63 13 64
Binary 10010010 10001110 1111000 0 11 10010 101011 110011 1011 110100

Color Harmonies of #928E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928E78

Black with #928E78

Text Example


Text Example

White with #928E78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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