#787459

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

Shades of Kokoda #787459

Tints of Kokoda #787459

Color information

#787459 (or 0x787459) is unknown color: approx Kokoda. HEX triplet: 78, 74 and 59. RGB value is (120,116,89). Sum of RGB (Red+Green+Blue) = 120+116+89=325 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.92% from 325); Green value is 116 (45.70% from 255 or 35.69% from 325); Blue value is 89 (35.16% from 255 or 27.38% from 325); Max value from RGB is 120 - color contains mainly: red. Hex color #787459 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787459 is #878BA6. Grayscale: #727272. Windows color (decimal): -8883111 or 5862520. OLE color: 5862520.

HSL color Cylindrical-coordinate representation of color #787459: hue angle of 52.26º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #787459 is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB12011689-
CMYK00.030.260.53
HSL52.26º14.83%40.98%-
HSV(B)52.26º25.83%47.06%-
XYZ15.7917.2111.94-
YUV114.12113.83132.2-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.92%
GREEN value IS 116 (45.70% from 255) = 35.69%
BLUE value IS 89 (35.16% from 255) = 27.38%
R=36.92%
G=35.69%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201168900.030.260.5352.2614.8340.98
Hex787459031A3534f29
Octal170164131033265641751
Binary111100011101001011001011110101101011101001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787459; }

 p { color: rgb(120,116,89); }

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

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

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

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

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

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

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