#78774A

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

Shades of Kokoda #78774A

Tints of Kokoda #78774A

Color information

#78774A (or 0x78774A) is unknown color: approx Kokoda. HEX triplet: 78, 77 and 4A. RGB value is (120,119,74). Sum of RGB (Red+Green+Blue) = 120+119+74=313 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.34% from 313); Green value is 119 (46.88% from 255 or 38.02% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 120 - color contains mainly: red. Hex color #78774A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78774A is #8788B5. Grayscale: #727272. Windows color (decimal): -8882358 or 4880248. OLE color: 4880248.

HSL color Cylindrical-coordinate representation of color #78774A: hue angle of 58.7º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #78774A is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB12011974-
CMYK00.010.380.53
HSL58.7º23.71%38.04%-
HSV(B)58.7º38.33%47.06%-
XYZ15.5817.689.07-
YUV114.17105.33132.16-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.34%
GREEN value IS 119 (46.88% from 255) = 38.02%
BLUE value IS 74 (29.30% from 255) = 23.64%
R=38.34%
G=38.02%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201197400.010.380.5358.723.7138.04
Hex78774A0126353b1826
Octal170167112014665733046
Binary1111000111011110010100110011011010111101111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78774A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78774A; }

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

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

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

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

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

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

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

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