#797864

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

Shades of Kokoda #797864

Tints of Kokoda #797864

Color information

#797864 (or 0x797864) is unknown color: approx Kokoda. HEX triplet: 79, 78 and 64. RGB value is (121,120,100). Sum of RGB (Red+Green+Blue) = 121+120+100=341 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.48% from 341); Green value is 120 (47.27% from 255 or 35.19% from 341); Blue value is 100 (39.45% from 255 or 29.33% from 341); Max value from RGB is 121 - color contains mainly: red. Hex color #797864 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797864 is #86879B. Grayscale: #767676. Windows color (decimal): -8816540 or 6584441. OLE color: 6584441.

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

Color convert

RGB121120100-
CMYK00.010.170.53
HSL57.14º9.5%43.33%-
HSV(B)57.14º17.36%47.45%-
XYZ16.918.4214.72-
YUV118.02117.83130.13-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.48%
GREEN value IS 120 (47.27% from 255) = 35.19%
BLUE value IS 100 (39.45% from 255) = 29.33%
R=35.48%
G=35.19%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12112010000.010.170.5357.149.543.33
Hex79786401113539a2b
Octal171170144012165711253
Binary11110011111000110010001100011101011110011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797864; }

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

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

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

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

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

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

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

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