Html Css Color HEX #928F79 Gurkha

📋 copy color: '#928F79'

red 146 ◦ green 143 ◦ blue 121

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

Shades of Gurkha #928F79

Tints of Gurkha #928F79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 29.51%

R = 35.61%
G = 34.88%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#928F79 (or 0x928F79) is known color: Gurkha. HEX triplet: 92, 8F and 79. RGB value is (146,143,121). Sum of RGB (Red+Green+Blue) = 146+143+121=410 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.61% from 410); Green value is 143 (56.25% from 255 or 34.88% from 410); Blue value is 121 (47.66% from 255 or 29.51% from 410); Max value from RGB is 146 - color contains mainly: red. Hex color #928F79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928F79 is #6D7086. Grayscale: #8D8D8D. Windows color (decimal): -7172231 or 7966610. OLE color: 7966610.

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

Color convert

RGB 146 143 121 -
CMYK 0 0.02 0.17 0.43
HSL 52.8º 0.1% 0.52% -
HSV(B) 52.8º 0.17% 0.57% -
XYZ 25.13 27.14 22 -
YUV 141.39 116.49 131.29 -
System Red Green Blue C M Y K H S L
Decimal 146 143 121 0 0.02 0.17 0.43 52.8 0.1 0.52
Hex 92 8F 79 0 2 11 2B 35 A 34
Octal 222 217 171 0 2 21 53 65 12 64
Binary 10010010 10001111 1111001 0 10 10001 101011 110101 1010 110100

Color Harmonies of #928F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928F79

Black with #928F79

Text Example


Text Example

White with #928F79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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