#7C706E

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

Shades of Ferra #7C706E

Tints of Ferra #7C706E

Color information

#7C706E (or 0x7C706E) is unknown color: approx Ferra. HEX triplet: 7C, 70 and 6E. RGB value is (124,112,110). Sum of RGB (Red+Green+Blue) = 124+112+110=346 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.84% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 124 - color contains mainly: red. Hex color #7C706E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C706E is #838F91. Grayscale: #737373. Windows color (decimal): -8621970 or 7237756. OLE color: 7237756.

HSL color Cylindrical-coordinate representation of color #7C706E: hue angle of 8.57º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7C706E is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.51.

Color convert

RGB124112110-
CMYK00.100.110.51
HSL8.57º5.98%45.88%-
HSV(B)8.57º11.29%48.63%-
XYZ16.921717.14-
YUV115.36124.98134.16-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.84%
GREEN value IS 112 (44.14% from 255) = 32.37%
BLUE value IS 110 (43.36% from 255) = 31.79%
R=35.84%
G=32.37%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.11
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12411211000.100.110.518.575.9845.88
Hex7C706E0AB33962e
Octal174160156012136311656
Binary1111100111000011011100101010111100111001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C706E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,112,110); }

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

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

 a { background-color: rgb(124,112,110); }

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

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

 span { border-color: rgb(124,112,110); }

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