Html Css Color HEX #797749 Kokoda

📋 copy color: '#797749'

red 121 ◦ green 119 ◦ blue 73

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

Shades of Kokoda #797749

Tints of Kokoda #797749

RGB

 RED value IS 121 (47.66% from 255) = 38.66%

 GREEN value IS 119 (46.88% from 255) = 38.02%

 BLUE value IS 73 (28.91% from 255) = 23.32%

R = 38.66%
G = 38.02%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#797749 (or 0x797749) is known color: Kokoda. HEX triplet: 79, 77 and 49. RGB value is (121,119,73). Sum of RGB (Red+Green+Blue) = 121+119+73=313 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.66% from 313); Green value is 119 (46.88% from 255 or 38.02% from 313); Blue value is 73 (28.91% from 255 or 23.32% from 313); Max value from RGB is 121 - color contains mainly: red. Hex color #797749 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #797749 is #8688B6. Grayscale: #727272. Windows color (decimal): -8816823 or 4814713. OLE color: 4814713.

HSL color Cylindrical-coordinate representation of color #797749: hue angle of 57.5º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #797749 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 119 73 -
CMYK 0 0.02 0.40 0.53
HSL 57.5º 0.25% 0.38% -
HSV(B) 57.5º 0.4% 0.47% -
XYZ 15.68 17.74 8.9 -
YUV 114.35 104.66 132.74 -
System Red Green Blue C M Y K H S L
Decimal 121 119 73 0 0.02 0.40 0.53 57.5 0.25 0.38
Hex 79 77 49 0 2 28 35 3A 19 26
Octal 171 167 111 0 2 50 65 72 31 46
Binary 1111001 1110111 1001001 0 10 101000 110101 111010 11001 100110

Color Harmonies of #797749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797749

Black with #797749

Text Example


Text Example

White with #797749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797749; }

 p { color: rgb(121,119,73); }

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

background-color css

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

 a { background-color: rgb(121,119,73); }

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

border-color css

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

 span { border-color: rgb(121,119,73); }

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