#7C784C

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

Shades of Kokoda #7C784C

Tints of Kokoda #7C784C

Color information

#7C784C (or 0x7C784C) is unknown color: approx Kokoda. HEX triplet: 7C, 78 and 4C. RGB value is (124,120,76). Sum of RGB (Red+Green+Blue) = 124+120+76=320 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.75% from 320); Green value is 120 (47.27% from 255 or 37.5% from 320); Blue value is 76 (30.08% from 255 or 23.75% from 320); Max value from RGB is 124 - color contains mainly: red. Hex color #7C784C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C784C is #8387B3. Grayscale: #747474. Windows color (decimal): -8619956 or 5011580. OLE color: 5011580.

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

Color convert

RGB12412076-
CMYK00.030.390.51
HSL55º24%39.22%-
HSV(B)55º38.71%48.63%-
XYZ16.3318.249.5-
YUV116.18105.33133.58-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.75%
GREEN value IS 120 (47.27% from 255) = 37.5%
BLUE value IS 76 (30.08% from 255) = 23.75%
R=38.75%
G=37.5%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.39
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241207600.030.390.51552439.22
Hex7C784C032733371827
Octal174170114034763673047
Binary11111001111000100110001110011111001111011111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C784C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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