#7D716E

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

Shades of Ferra #7D716E

Tints of Ferra #7D716E

Color information

#7D716E (or 0x7D716E) is unknown color: approx Ferra. HEX triplet: 7D, 71 and 6E. RGB value is (125,113,110). Sum of RGB (Red+Green+Blue) = 125+113+110=348 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.92% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 125 - color contains mainly: red. Hex color #7D716E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D716E is #828E91. Grayscale: #747474. Windows color (decimal): -8556178 or 7238013. OLE color: 7238013.

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

Color convert

RGB125113110-
CMYK00.100.120.51
HSL12º6.38%46.08%-
HSV(B)12º12%49.02%-
XYZ17.1817.317.18-
YUV116.25124.48134.24-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.92%
GREEN value IS 113 (44.53% from 255) = 32.47%
BLUE value IS 110 (43.36% from 255) = 31.61%
R=35.92%
G=32.47%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12511311000.100.120.51126.3846.08
Hex7D716E0AC33c62e
Octal175161156012146314656
Binary1111101111000111011100101011001100111100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D716E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,113,110); }

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

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

 a { background-color: rgb(125,113,110); }

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

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

 span { border-color: rgb(125,113,110); }

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