#797753

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

Shades of Kokoda #797753

Tints of Kokoda #797753

Color information

#797753 (or 0x797753) is unknown color: approx Kokoda. HEX triplet: 79, 77 and 53. RGB value is (121,119,83). Sum of RGB (Red+Green+Blue) = 121+119+83=323 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.46% from 323); Green value is 119 (46.88% from 255 or 36.84% from 323); Blue value is 83 (32.81% from 255 or 25.70% from 323); Max value from RGB is 121 - color contains mainly: red. Hex color #797753 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797753 is #8688AC. Grayscale: #737373. Windows color (decimal): -8816813 or 5470073. OLE color: 5470073.

HSL color Cylindrical-coordinate representation of color #797753: hue angle of 56.84º degrees, saturation: 0.19, 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 #797753 is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB12111983-
CMYK00.020.310.53
HSL56.84º18.63%40%-
HSV(B)56.84º31.4%47.45%-
XYZ16.0417.8810.79-
YUV115.49109.66131.93-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.46%
GREEN value IS 119 (46.88% from 255) = 36.84%
BLUE value IS 83 (32.81% from 255) = 25.70%
R=37.46%
G=36.84%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211198300.020.310.5356.8418.6340
Hex797753021F35391328
Octal171167123023765712350
Binary1111001111011110100110101111111010111100110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797753; }

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

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

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

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

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

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

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

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