Html Css Color HEX #928F78 Gurkha

📋 copy color: '#928F78'

red 146 ◦ green 143 ◦ blue 120

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

Shades of Gurkha #928F78

Tints of Gurkha #928F78

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.96%

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

R = 35.7%
G = 34.96%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#928F78 (or 0x928F78) is known color: Gurkha. HEX triplet: 92, 8F and 78. RGB value is (146,143,120). Sum of RGB (Red+Green+Blue) = 146+143+120=409 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.70% from 409); Green value is 143 (56.25% from 255 or 34.96% from 409); Blue value is 120 (47.27% from 255 or 29.34% from 409); Max value from RGB is 146 - color contains mainly: red. Hex color #928F78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928F78 is #6D7087. Grayscale: #8D8D8D. Windows color (decimal): -7172232 or 7901074. OLE color: 7901074.

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

Color convert

RGB 146 143 120 -
CMYK 0 0.02 0.18 0.43
HSL 53.08º 0.11% 0.52% -
HSV(B) 53.08º 0.18% 0.57% -
XYZ 25.07 27.11 21.68 -
YUV 141.28 115.99 131.37 -
System Red Green Blue C M Y K H S L
Decimal 146 143 120 0 0.02 0.18 0.43 53.08 0.11 0.52
Hex 92 8F 78 0 2 12 2B 35 B 34
Octal 222 217 170 0 2 22 53 65 13 64
Binary 10010010 10001111 1111000 0 10 10010 101011 110101 1011 110100

Color Harmonies of #928F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928F78

Black with #928F78

Text Example


Text Example

White with #928F78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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