#787856

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

Shades of Kokoda #787856

Tints of Kokoda #787856

Color information

#787856 (or 0x787856) is unknown color: approx Kokoda. HEX triplet: 78, 78 and 56. RGB value is (120,120,86). Sum of RGB (Red+Green+Blue) = 120+120+86=326 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.81% from 326); Green value is 120 (47.27% from 255 or 36.81% from 326); Blue value is 86 (33.98% from 255 or 26.38% from 326); Max value from RGB is 120 - color contains mainly: red, green. Hex color #787856 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787856 is #8787A9. Grayscale: #747474. Windows color (decimal): -8882090 or 5666936. OLE color: 5666936.

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

Color convert

RGB12012086-
CMYK000.280.53
HSL60º16.5%40.39%-
HSV(B)60º28.33%47.06%-
XYZ16.1418.111.45-
YUV116.12111130.76-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.81%
GREEN value IS 120 (47.27% from 255) = 36.81%
BLUE value IS 86 (33.98% from 255) = 26.38%
R=36.81%
G=36.81%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12012086000.280.536016.540.39
Hex787856001C353c1128
Octal170170126003465742150
Binary111100011110001010110001110011010111110010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787856; }

 p { color: rgb(120,120,86); }

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

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

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

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

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

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

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