#797455

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

Shades of Kokoda #797455

Tints of Kokoda #797455

Color information

#797455 (or 0x797455) is unknown color: approx Kokoda. HEX triplet: 79, 74 and 55. RGB value is (121,116,85). Sum of RGB (Red+Green+Blue) = 121+116+85=322 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.58% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 85 (33.59% from 255 or 26.40% from 322); Max value from RGB is 121 - color contains mainly: red. Hex color #797455 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797455 is #868BAA. Grayscale: #727272. Windows color (decimal): -8817579 or 5600377. OLE color: 5600377.

HSL color Cylindrical-coordinate representation of color #797455: hue angle of 51.67º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #797455 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.53.

Color convert

RGB12111685-
CMYK00.040.300.53
HSL51.67º17.48%40.39%-
HSV(B)51.67º29.75%47.45%-
XYZ15.7717.2111.09-
YUV113.96111.66133.02-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.58%
GREEN value IS 116 (45.70% from 255) = 36.02%
BLUE value IS 85 (33.59% from 255) = 26.40%
R=37.58%
G=36.02%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211168500.040.300.5351.6717.4840.39
Hex797455041E35341128
Octal171164125043665642150
Binary11110011110100101010101001111011010111010010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797455; }

 p { color: rgb(121,116,85); }

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

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

 a { background-color: rgb(121,116,85); }

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

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

 span { border-color: rgb(121,116,85); }

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