#78784E

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

Shades of Kokoda #78784E

Tints of Kokoda #78784E

Color information

#78784E (or 0x78784E) is unknown color: approx Kokoda. HEX triplet: 78, 78 and 4E. RGB value is (120,120,78). Sum of RGB (Red+Green+Blue) = 120+120+78=318 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.74% from 318); Green value is 120 (47.27% from 255 or 37.74% from 318); Blue value is 78 (30.86% from 255 or 24.53% from 318); Max value from RGB is 120 - color contains mainly: red, green. Hex color #78784E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78784E is #8787B1. Grayscale: #737373. Windows color (decimal): -8882098 or 5142648. OLE color: 5142648.

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

Color convert

RGB12012078-
CMYK000.350.53
HSL60º21.21%38.82%-
HSV(B)60º35%47.06%-
XYZ15.8417.989.84-
YUV115.21107131.42-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.74%
GREEN value IS 120 (47.27% from 255) = 37.74%
BLUE value IS 78 (30.86% from 255) = 24.53%
R=37.74%
G=37.74%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12012078000.350.536021.2138.82
Hex78784E0023353c1527
Octal170170116004365742547
Binary1111000111100010011100010001111010111110010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78784E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78784E; }

 p { color: rgb(120,120,78); }

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

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

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

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

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

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

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