#81726D

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

Shades of Ferra #81726D

Tints of Ferra #81726D

Color information

#81726D (or 0x81726D) is unknown color: approx Ferra. HEX triplet: 81, 72 and 6D. RGB value is (129,114,109). Sum of RGB (Red+Green+Blue) = 129+114+109=352 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.65% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 129 - color contains mainly: red. Hex color #81726D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81726D is #7E8D92. Grayscale: #757575. Windows color (decimal): -8293779 or 7172737. OLE color: 7172737.

HSL color Cylindrical-coordinate representation of color #81726D: hue angle of 15º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #81726D is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB129114109-
CMYK00.120.160.49
HSL15º8.4%46.67%-
HSV(B)15º15.5%50.59%-
XYZ17.8317.8116.97-
YUV117.92122.97135.91-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.65%
GREEN value IS 114 (44.92% from 255) = 32.39%
BLUE value IS 109 (42.97% from 255) = 30.97%
R=36.65%
G=32.39%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12911410900.120.160.49158.446.67
Hex81726D0C1031f82f
Octal2011621550142061171057
Binary1000000111100101101101011001000011000111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81726D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81726D; }

 p { color: rgb(129,114,109); }

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

<style>
 a { background-color: #81726D; }

 a { background-color: rgb(129,114,109); }

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

<style>
 span { border-color: #81726D; }

 span { border-color: rgb(129,114,109); }

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