Html Css Color HEX #928C78 Gurkha

📋 copy color: '#928C78'

red 146 ◦ green 140 ◦ blue 120

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

Shades of Gurkha #928C78

Tints of Gurkha #928C78

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.48%

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

R = 35.96%
G = 34.48%
B = 29.56%

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

#928C78 (or 0x928C78) is known color: Gurkha. HEX triplet: 92, 8C and 78. RGB value is (146,140,120). Sum of RGB (Red+Green+Blue) = 146+140+120=406 (53% of max value = 765). Red value is 146 (57.42% from 255 or 35.96% from 406); Green value is 140 (55.08% from 255 or 34.48% from 406); Blue value is 120 (47.27% from 255 or 29.56% from 406); Max value from RGB is 146 - color contains mainly: red. Hex color #928C78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928C78 is #6D7387. Grayscale: #8B8B8B. Windows color (decimal): -7173000 or 7900306. OLE color: 7900306.

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

Color convert

RGB 146 140 120 -
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.62 26.22 21.53 -
YUV 139.51 116.99 132.63 -
System Red Green Blue C M Y K H S L
Decimal 146 140 120 0 0.04 0.18 0.43 46.15 0.11 0.52
Hex 92 8C 78 0 4 12 2B 2E B 34
Octal 222 214 170 0 4 22 53 56 13 64
Binary 10010010 10001100 1111000 0 100 10010 101011 101110 1011 110100

Color Harmonies of #928C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928C78

Black with #928C78

Text Example


Text Example

White with #928C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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