#7C695F

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

Shades of Russett #7C695F

Tints of Russett #7C695F

Color information

#7C695F (or 0x7C695F) is unknown color: approx Russett. HEX triplet: 7C, 69 and 5F. RGB value is (124,105,95). Sum of RGB (Red+Green+Blue) = 124+105+95=324 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.27% from 324); Green value is 105 (41.41% from 255 or 32.41% from 324); Blue value is 95 (37.5% from 255 or 29.32% from 324); Max value from RGB is 124 - color contains mainly: red. Hex color #7C695F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C695F is #8396A0. Grayscale: #6D6D6D. Windows color (decimal): -8623777 or 6252924. OLE color: 6252924.

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

Color convert

RGB12410595-
CMYK00.150.230.51
HSL20.69º13.24%42.94%-
HSV(B)20.69º23.39%48.63%-
XYZ15.4315.2112.95-
YUV109.54119.79138.31-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.27%
GREEN value IS 105 (41.41% from 255) = 32.41%
BLUE value IS 95 (37.5% from 255) = 29.32%
R=38.27%
G=32.41%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241059500.150.230.5120.6913.2442.94
Hex7C695F0F173315d2b
Octal1741511370172763251553
Binary1111100110100110111110111110111110011101011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C695F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,105,95); }

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

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

 a { background-color: rgb(124,105,95); }

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

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

 span { border-color: rgb(124,105,95); }

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