#7C685E

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

Shades of Russett #7C685E

Tints of Russett #7C685E

Color information

#7C685E (or 0x7C685E) is unknown color: approx Russett. HEX triplet: 7C, 68 and 5E. RGB value is (124,104,94). Sum of RGB (Red+Green+Blue) = 124+104+94=322 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.51% from 322); Green value is 104 (41.02% from 255 or 32.30% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 124 - color contains mainly: red. Hex color #7C685E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C685E is #8397A1. Grayscale: #6C6C6C. Windows color (decimal): -8624034 or 6187132. OLE color: 6187132.

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

Color convert

RGB12410494-
CMYK00.160.240.51
HSL20º13.76%42.75%-
HSV(B)20º24.19%48.63%-
XYZ15.2814.9912.68-
YUV108.84119.63138.81-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.51%
GREEN value IS 104 (41.02% from 255) = 32.30%
BLUE value IS 94 (37.11% from 255) = 29.19%
R=38.51%
G=32.30%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241049400.160.240.512013.7642.75
Hex7C685E010183314e2b
Octal1741501360203063241653
Binary11111001101000101111001000011000110011101001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C685E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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