#7C784D

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

Shades of Kokoda #7C784D

Tints of Kokoda #7C784D

Color information

#7C784D (or 0x7C784D) is unknown color: approx Kokoda. HEX triplet: 7C, 78 and 4D. RGB value is (124,120,77). Sum of RGB (Red+Green+Blue) = 124+120+77=321 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.63% from 321); Green value is 120 (47.27% from 255 or 37.38% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 124 - color contains mainly: red. Hex color #7C784D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C784D is #8387B2. Grayscale: #747474. Windows color (decimal): -8619955 or 5077116. OLE color: 5077116.

HSL color Cylindrical-coordinate representation of color #7C784D: hue angle of 54.89º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7C784D is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.51.

Color convert

RGB12412077-
CMYK00.030.380.51
HSL54.89º23.38%39.41%-
HSV(B)54.89º37.9%48.63%-
XYZ16.3718.259.68-
YUV116.29105.83133.5-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.63%
GREEN value IS 120 (47.27% from 255) = 37.38%
BLUE value IS 77 (30.47% from 255) = 23.99%
R=38.63%
G=37.38%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241207700.030.380.5154.8923.3839.41
Hex7C784D032633371727
Octal174170115034663672747
Binary11111001111000100110101110011011001111011110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C784D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C784D; }

 p { color: rgb(124,120,77); }

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

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

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

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

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

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

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