#8B726B

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

Shades of Ferra #8B726B

Tints of Ferra #8B726B

Color information

#8B726B (or 0x8B726B) is unknown color: approx Ferra. HEX triplet: 8B, 72 and 6B. RGB value is (139,114,107). Sum of RGB (Red+Green+Blue) = 139+114+107=360 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.61% from 360); Green value is 114 (44.92% from 255 or 31.67% from 360); Blue value is 107 (42.19% from 255 or 29.72% from 360); Max value from RGB is 139 - color contains mainly: red. Hex color #8B726B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B726B is #748D94. Grayscale: #787878. Windows color (decimal): -7638421 or 7041675. OLE color: 7041675.

HSL color Cylindrical-coordinate representation of color #8B726B: hue angle of 13.12º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8B726B is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB139114107-
CMYK00.180.230.45
HSL13.12º13.01%48.24%-
HSV(B)13.12º23.02%54.51%-
XYZ19.3218.5916.48-
YUV120.68120.28141.07-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.61%
GREEN value IS 114 (44.92% from 255) = 31.67%
BLUE value IS 107 (42.19% from 255) = 29.72%
R=38.61%
G=31.67%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13911410700.180.230.4513.1213.0148.24
Hex8B726B012172Ddd30
Octal2131621530222755151560
Binary10001011111001011010110100101011110110111011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B726B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B726B; }

 p { color: rgb(139,114,107); }

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

<style>
 a { background-color: #8B726B; }

 a { background-color: rgb(139,114,107); }

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

<style>
 span { border-color: #8B726B; }

 span { border-color: rgb(139,114,107); }

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