#7C794B

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

Shades of Kokoda #7C794B

Tints of Kokoda #7C794B

Color information

#7C794B (or 0x7C794B) is unknown color: approx Kokoda. HEX triplet: 7C, 79 and 4B. RGB value is (124,121,75). Sum of RGB (Red+Green+Blue) = 124+121+75=320 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.75% from 320); Green value is 121 (47.66% from 255 or 37.81% from 320); Blue value is 75 (29.69% from 255 or 23.44% from 320); Max value from RGB is 124 - color contains mainly: red. Hex color #7C794B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C794B is #8386B4. Grayscale: #747474. Windows color (decimal): -8619701 or 4946300. OLE color: 4946300.

HSL color Cylindrical-coordinate representation of color #7C794B: hue angle of 56.33º 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 #7C794B is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.51.

Color convert

RGB12412175-
CMYK00.020.400.51
HSL56.33º24.62%39.02%-
HSV(B)56.33º39.52%48.63%-
XYZ16.4218.479.36-
YUV116.65104.49133.24-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.75%
GREEN value IS 121 (47.66% from 255) = 37.81%
BLUE value IS 75 (29.69% from 255) = 23.44%
R=38.75%
G=37.81%
B=23.44%

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
Decimal1241217500.020.400.5156.3324.6239.02
Hex7C794B022833381927
Octal174171113025063703147
Binary11111001111001100101101010100011001111100011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C794B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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