#797354

Color #797354 Kokoda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kokoda #797354

Tints of Kokoda #797354

Color information

#797354 (or 0x797354) is unknown color: approx Kokoda. HEX triplet: 79, 73 and 54. RGB value is (121,115,84). Sum of RGB (Red+Green+Blue) = 121+115+84=320 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.81% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 84 (33.20% from 255 or 26.25% from 320); Max value from RGB is 121 - color contains mainly: red. Hex color #797354 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797354 is #868CAB. Grayscale: #717171. Windows color (decimal): -8817836 or 5534585. OLE color: 5534585.

HSL color Cylindrical-coordinate representation of color #797354: hue angle of 50.27º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #797354 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB12111584-
CMYK00.050.310.53
HSL50.27º18.05%40.2%-
HSV(B)50.27º30.58%47.45%-
XYZ15.6216.9710.84-
YUV113.26111.49133.52-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.81%
GREEN value IS 115 (45.31% from 255) = 35.94%
BLUE value IS 84 (33.20% from 255) = 26.25%
R=37.81%
G=35.94%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211158400.050.310.5350.2718.0540.2
Hex797354051F35321228
Octal171163124053765622250
Binary11110011110011101010001011111111010111001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797354; }

 p { color: rgb(121,115,84); }

 H1.HeaderClassName
 {
   color: #797354;
 }
 .AnyTagClassName
 {
   color: #797354;
 }
</style>
background-color css

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

 a { background-color: rgb(121,115,84); }

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

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

 span { border-color: rgb(121,115,84); }

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