#787749

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

Shades of Kokoda #787749

Tints of Kokoda #787749

Color information

#787749 (or 0x787749) is unknown color: approx Kokoda. HEX triplet: 78, 77 and 49. RGB value is (120,119,73). Sum of RGB (Red+Green+Blue) = 120+119+73=312 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.46% from 312); Green value is 119 (46.88% from 255 or 38.14% from 312); Blue value is 73 (28.91% from 255 or 23.40% from 312); Max value from RGB is 120 - color contains mainly: red. Hex color #787749 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787749 is #8788B6. Grayscale: #727272. Windows color (decimal): -8882359 or 4814712. OLE color: 4814712.

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

Color convert

RGB12011973-
CMYK00.010.390.53
HSL58.72º24.35%37.84%-
HSV(B)58.72º39.17%47.06%-
XYZ15.5517.678.89-
YUV114.06104.83132.24-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.46%
GREEN value IS 119 (46.88% from 255) = 38.14%
BLUE value IS 73 (28.91% from 255) = 23.40%
R=38.46%
G=38.14%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201197300.010.390.5358.7224.3537.84
Hex7877490127353b1826
Octal170167111014765733046
Binary1111000111011110010010110011111010111101111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787749; }

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

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

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

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

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

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

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

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