#797863

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

Shades of Kokoda #797863

Tints of Kokoda #797863

Color information

#797863 (or 0x797863) is unknown color: approx Kokoda. HEX triplet: 79, 78 and 63. RGB value is (121,120,99). Sum of RGB (Red+Green+Blue) = 121+120+99=340 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.59% from 340); Green value is 120 (47.27% from 255 or 35.29% from 340); Blue value is 99 (39.06% from 255 or 29.12% from 340); Max value from RGB is 121 - color contains mainly: red. Hex color #797863 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797863 is #86879C. Grayscale: #757575. Windows color (decimal): -8816541 or 6518905. OLE color: 6518905.

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

Color convert

RGB12112099-
CMYK00.010.180.53
HSL57.27º10%43.14%-
HSV(B)57.27º18.18%47.45%-
XYZ16.8518.414.47-
YUV117.9117.33130.21-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.59%
GREEN value IS 120 (47.27% from 255) = 35.29%
BLUE value IS 99 (39.06% from 255) = 29.12%
R=35.59%
G=35.29%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211209900.010.180.5357.271043.14
Hex79786301123539a2b
Octal171170143012265711253
Binary11110011111000110001101100101101011110011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797863; }

 p { color: rgb(121,120,99); }

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

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

 a { background-color: rgb(121,120,99); }

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

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

 span { border-color: rgb(121,120,99); }

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