#787457

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

Shades of Kokoda #787457

Tints of Kokoda #787457

Color information

#787457 (or 0x787457) is unknown color: approx Kokoda. HEX triplet: 78, 74 and 57. RGB value is (120,116,87). Sum of RGB (Red+Green+Blue) = 120+116+87=323 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.15% from 323); Green value is 116 (45.70% from 255 or 35.91% from 323); Blue value is 87 (34.38% from 255 or 26.93% from 323); Max value from RGB is 120 - color contains mainly: red. Hex color #787457 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787457 is #878BA8. Grayscale: #727272. Windows color (decimal): -8883113 or 5731448. OLE color: 5731448.

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

Color convert

RGB12011687-
CMYK00.030.280.53
HSL52.73º15.94%40.59%-
HSV(B)52.73º27.5%47.06%-
XYZ15.7117.1711.5-
YUV113.89112.83132.36-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.15%
GREEN value IS 116 (45.70% from 255) = 35.91%
BLUE value IS 87 (34.38% from 255) = 26.93%
R=37.15%
G=35.91%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201168700.030.280.5352.7315.9440.59
Hex787457031C35351029
Octal170164127033465652051
Binary1111000111010010101110111110011010111010110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787457; }

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

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

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

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

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

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

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

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