#7C6D68

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

Shades of Russett #7C6D68

Tints of Russett #7C6D68

Color information

#7C6D68 (or 0x7C6D68) is unknown color: approx Russett. HEX triplet: 7C, 6D and 68. RGB value is (124,109,104). Sum of RGB (Red+Green+Blue) = 124+109+104=337 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.80% from 337); Green value is 109 (42.97% from 255 or 32.34% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6D68 is #839297. Grayscale: #707070. Windows color (decimal): -8622744 or 6843772. OLE color: 6843772.

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

Color convert

RGB124109104-
CMYK00.120.160.51
HSL15º8.77%44.71%-
HSV(B)15º16.13%48.63%-
XYZ16.2816.2215.37-
YUV112.92122.97135.91-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.80%
GREEN value IS 109 (42.97% from 255) = 32.34%
BLUE value IS 104 (41.02% from 255) = 30.86%
R=36.80%
G=32.34%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.16
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12410910400.120.160.51158.7744.71
Hex7C6D680C1033f92d
Octal1741551500142063171155
Binary111110011011011101000011001000011001111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,109,104); }

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

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

 a { background-color: rgb(124,109,104); }

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

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

 span { border-color: rgb(124,109,104); }

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