#7C685D

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

Shades of Russett #7C685D

Tints of Russett #7C685D

Color information

#7C685D (or 0x7C685D) is unknown color: approx Russett. HEX triplet: 7C, 68 and 5D. RGB value is (124,104,93). Sum of RGB (Red+Green+Blue) = 124+104+93=321 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.63% from 321); Green value is 104 (41.02% from 255 or 32.40% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 124 - color contains mainly: red. Hex color #7C685D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C685D is #8397A2. Grayscale: #6C6C6C. Windows color (decimal): -8624035 or 6121596. OLE color: 6121596.

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

Color convert

RGB12410493-
CMYK00.160.250.51
HSL21.29º14.29%42.55%-
HSV(B)21.29º25%48.63%-
XYZ15.2414.9812.44-
YUV108.73119.13138.89-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.63%
GREEN value IS 104 (41.02% from 255) = 32.40%
BLUE value IS 93 (36.72% from 255) = 28.97%
R=38.63%
G=32.40%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241049300.160.250.5121.2914.2942.55
Hex7C685D010193315e2b
Octal1741501350203163251653
Binary11111001101000101110101000011001110011101011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C685D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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