#787358

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

Shades of Kokoda #787358

Tints of Kokoda #787358

Color information

#787358 (or 0x787358) is unknown color: approx Kokoda. HEX triplet: 78, 73 and 58. RGB value is (120,115,88). Sum of RGB (Red+Green+Blue) = 120+115+88=323 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.15% from 323); Green value is 115 (45.31% from 255 or 35.60% from 323); Blue value is 88 (34.77% from 255 or 27.24% from 323); Max value from RGB is 120 - color contains mainly: red. Hex color #787358 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787358 is #878CA7. Grayscale: #717171. Windows color (decimal): -8883368 or 5796728. OLE color: 5796728.

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

Color convert

RGB12011588-
CMYK00.040.270.53
HSL50.62º15.38%40.78%-
HSV(B)50.62º26.67%47.06%-
XYZ15.6416.9611.68-
YUV113.42113.66132.7-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.15%
GREEN value IS 115 (45.31% from 255) = 35.60%
BLUE value IS 88 (34.77% from 255) = 27.24%
R=37.15%
G=35.60%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201158800.040.270.5350.6215.3840.78
Hex787358041B3533f29
Octal170163130043365631751
Binary1111000111001110110000100110111101011100111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787358; }

 p { color: rgb(120,115,88); }

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

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

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

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

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

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

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