#787758

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

Shades of Kokoda #787758

Tints of Kokoda #787758

Color information

#787758 (or 0x787758) is unknown color: approx Kokoda. HEX triplet: 78, 77 and 58. RGB value is (120,119,88). Sum of RGB (Red+Green+Blue) = 120+119+88=327 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.70% from 327); Green value is 119 (46.88% from 255 or 36.39% from 327); Blue value is 88 (34.77% from 255 or 26.91% from 327); Max value from RGB is 120 - color contains mainly: red. Hex color #787758 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787758 is #8788A7. Grayscale: #737373. Windows color (decimal): -8882344 or 5797752. OLE color: 5797752.

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

Color convert

RGB12011988-
CMYK00.010.270.53
HSL58.12º15.38%40.78%-
HSV(B)58.12º26.67%47.06%-
XYZ16.117.8911.84-
YUV115.76112.33131.02-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.70%
GREEN value IS 119 (46.88% from 255) = 36.39%
BLUE value IS 88 (34.77% from 255) = 26.91%
R=36.70%
G=36.39%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201198800.010.270.5358.1215.3840.78
Hex787758011B353af29
Octal170167130013365721751
Binary11110001110111101100001110111101011110101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787758; }

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

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

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

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

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

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

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

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