#7C675C

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

Shades of Russett #7C675C

Tints of Russett #7C675C

Color information

#7C675C (or 0x7C675C) is unknown color: approx Russett. HEX triplet: 7C, 67 and 5C. RGB value is (124,103,92). Sum of RGB (Red+Green+Blue) = 124+103+92=319 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.87% from 319); Green value is 103 (40.62% from 255 or 32.29% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 124 - color contains mainly: red. Hex color #7C675C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C675C is #8398A3. Grayscale: #6C6C6C. Windows color (decimal): -8624292 or 6055804. OLE color: 6055804.

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

Color convert

RGB12410392-
CMYK00.170.260.51
HSL20.63º14.81%42.35%-
HSV(B)20.63º25.81%48.63%-
XYZ15.0914.7612.18-
YUV108.02118.96139.39-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.87%
GREEN value IS 103 (40.62% from 255) = 32.29%
BLUE value IS 92 (36.33% from 255) = 28.84%
R=38.87%
G=32.29%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.26
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241039200.170.260.5120.6314.8142.35
Hex7C675C0111A3315f2a
Octal1741471340213263251752
Binary11111001100111101110001000111010110011101011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C675C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,103,92); }

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

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

 a { background-color: rgb(124,103,92); }

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

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

 span { border-color: rgb(124,103,92); }

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