#7E795C

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

Shades of Kokoda #7E795C

Tints of Kokoda #7E795C

Color information

#7E795C (or 0x7E795C) is unknown color: approx Kokoda. HEX triplet: 7E, 79 and 5C. RGB value is (126,121,92). Sum of RGB (Red+Green+Blue) = 126+121+92=339 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.17% from 339); Green value is 121 (47.66% from 255 or 35.69% from 339); Blue value is 92 (36.33% from 255 or 27.14% from 339); Max value from RGB is 126 - color contains mainly: red. Hex color #7E795C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E795C is #8186A3. Grayscale: #777777. Windows color (decimal): -8488612 or 6060414. OLE color: 6060414.

HSL color Cylindrical-coordinate representation of color #7E795C: hue angle of 51.18º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7E795C is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.51.

Color convert

RGB12612192-
CMYK00.040.270.51
HSL51.18º15.6%42.75%-
HSV(B)51.18º26.98%49.41%-
XYZ17.3718.8812.85-
YUV119.19112.66132.86-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.17%
GREEN value IS 121 (47.66% from 255) = 35.69%
BLUE value IS 92 (36.33% from 255) = 27.14%
R=37.17%
G=35.69%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1261219200.040.270.5151.1815.642.75
Hex7E795C041B3333102b
Octal176171134043363632053
Binary11111101111001101110001001101111001111001110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E795C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,121,92); }

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

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

 a { background-color: rgb(126,121,92); }

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

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

 span { border-color: rgb(126,121,92); }

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