#7D794E

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

Shades of Kokoda #7D794E

Tints of Kokoda #7D794E

Color information

#7D794E (or 0x7D794E) is unknown color: approx Kokoda. HEX triplet: 7D, 79 and 4E. RGB value is (125,121,78). Sum of RGB (Red+Green+Blue) = 125+121+78=324 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.58% from 324); Green value is 121 (47.66% from 255 or 37.35% from 324); Blue value is 78 (30.86% from 255 or 24.07% from 324); Max value from RGB is 125 - color contains mainly: red. Hex color #7D794E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D794E is #8286B1. Grayscale: #757575. Windows color (decimal): -8554162 or 5142909. OLE color: 5142909.

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

Color convert

RGB12512178-
CMYK00.030.380.51
HSL54.89º23.15%39.8%-
HSV(B)54.89º37.6%49.02%-
XYZ16.6718.589.92-
YUV117.29105.83133.5-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 38.58%
GREEN value IS 121 (47.66% from 255) = 37.35%
BLUE value IS 78 (30.86% from 255) = 24.07%
R=38.58%
G=37.35%
B=24.07%

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
Decimal1251217800.030.380.5154.8923.1539.8
Hex7D794E032633371728
Octal175171116034663672750
Binary11111011111001100111001110011011001111011110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D794E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,121,78); }

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

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

 a { background-color: rgb(125,121,78); }

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

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

 span { border-color: rgb(125,121,78); }

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