#787756

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

Shades of Kokoda #787756

Tints of Kokoda #787756

Color information

#787756 (or 0x787756) is unknown color: approx Kokoda. HEX triplet: 78, 77 and 56. RGB value is (120,119,86). Sum of RGB (Red+Green+Blue) = 120+119+86=325 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.92% from 325); Green value is 119 (46.88% from 255 or 36.62% from 325); Blue value is 86 (33.98% from 255 or 26.46% from 325); Max value from RGB is 120 - color contains mainly: red. Hex color #787756 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787756 is #8788A9. Grayscale: #737373. Windows color (decimal): -8882346 or 5666680. OLE color: 5666680.

HSL color Cylindrical-coordinate representation of color #787756: hue angle of 58.24º 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 #787756 is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB12011986-
CMYK00.010.280.53
HSL58.24º16.5%40.39%-
HSV(B)58.24º28.33%47.06%-
XYZ16.0217.8611.41-
YUV115.54111.33131.18-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.92%
GREEN value IS 119 (46.88% from 255) = 36.62%
BLUE value IS 86 (33.98% from 255) = 26.46%
R=36.92%
G=36.62%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201198600.010.280.5358.2416.540.39
Hex787756011C353a1128
Octal170167126013465722150
Binary111100011101111010110011110011010111101010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787756; }

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

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

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

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

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

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

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

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