#7C655D

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

Shades of Russett #7C655D

Tints of Russett #7C655D

Color information

#7C655D (or 0x7C655D) is unknown color: approx Russett. HEX triplet: 7C, 65 and 5D. RGB value is (124,101,93). Sum of RGB (Red+Green+Blue) = 124+101+93=318 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.99% from 318); Green value is 101 (39.84% from 255 or 31.76% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 124 - color contains mainly: red. Hex color #7C655D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C655D is #839AA2. Grayscale: #6B6B6B. Windows color (decimal): -8624803 or 6120828. OLE color: 6120828.

HSL color Cylindrical-coordinate representation of color #7C655D: hue angle of 15.48º 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 #7C655D is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB12410193-
CMYK00.190.250.51
HSL15.48º14.29%42.55%-
HSV(B)15.48º25%48.63%-
XYZ14.9414.3812.34-
YUV106.96120.12140.15-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.99%
GREEN value IS 101 (39.84% from 255) = 31.76%
BLUE value IS 93 (36.72% from 255) = 29.25%
R=38.99%
G=31.76%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.25
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241019300.190.250.5115.4814.2942.55
Hex7C655D0131933fe2b
Octal1741451350233163171653
Binary1111100110010110111010100111100111001111111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C655D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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