#7C794A

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

Shades of Kokoda #7C794A

Tints of Kokoda #7C794A

Color information

#7C794A (or 0x7C794A) is unknown color: approx Kokoda. HEX triplet: 7C, 79 and 4A. RGB value is (124,121,74). Sum of RGB (Red+Green+Blue) = 124+121+74=319 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.87% from 319); Green value is 121 (47.66% from 255 or 37.93% from 319); Blue value is 74 (29.30% from 255 or 23.20% from 319); Max value from RGB is 124 - color contains mainly: red. Hex color #7C794A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C794A is #8386B5. Grayscale: #747474. Windows color (decimal): -8619702 or 4880764. OLE color: 4880764.

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

Color convert

RGB12412174-
CMYK00.020.400.51
HSL56.4º25.25%38.82%-
HSV(B)56.4º40.32%48.63%-
XYZ16.3918.459.18-
YUV116.54103.99133.32-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.87%
GREEN value IS 121 (47.66% from 255) = 37.93%
BLUE value IS 74 (29.30% from 255) = 23.20%
R=38.87%
G=37.93%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.40
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241217400.020.400.5156.425.2538.82
Hex7C794A022833381927
Octal174171112025063703147
Binary11111001111001100101001010100011001111100011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C794A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,121,74); }

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

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

 a { background-color: rgb(124,121,74); }

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

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

 span { border-color: rgb(124,121,74); }

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