#7C665C

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

Shades of Russett #7C665C

Tints of Russett #7C665C

Color information

#7C665C (or 0x7C665C) is unknown color: approx Russett. HEX triplet: 7C, 66 and 5C. RGB value is (124,102,92). Sum of RGB (Red+Green+Blue) = 124+102+92=318 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.99% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 124 - color contains mainly: red. Hex color #7C665C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C665C is #8399A3. Grayscale: #6B6B6B. Windows color (decimal): -8624548 or 6055548. OLE color: 6055548.

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

Color convert

RGB12410292-
CMYK00.180.260.51
HSL18.75º14.81%42.35%-
HSV(B)18.75º25.81%48.63%-
XYZ1514.5612.15-
YUV107.44119.29139.81-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.99%
GREEN value IS 102 (40.23% from 255) = 32.08%
BLUE value IS 92 (36.33% from 255) = 28.93%
R=38.99%
G=32.08%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.26
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241029200.180.260.5118.7514.8142.35
Hex7C665C0121A3313f2a
Octal1741461340223263231752
Binary11111001100110101110001001011010110011100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C665C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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