#7D4847

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

Shades of Bole #7D4847

Tints of Bole #7D4847

Color information

#7D4847 (or 0x7D4847) is unknown color: approx Bole. HEX triplet: 7D, 48 and 47. RGB value is (125,72,71). Sum of RGB (Red+Green+Blue) = 125+72+71=268 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.64% from 268); Green value is 72 (28.52% from 255 or 26.87% from 268); Blue value is 71 (28.12% from 255 or 26.49% from 268); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4847 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4847 is #82B7B8. Grayscale: #575757. Windows color (decimal): -8566713 or 4671613. OLE color: 4671613.

HSL color Cylindrical-coordinate representation of color #7D4847: hue angle of 1.11º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7D4847 is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.51.

Color convert

RGB1257271-
CMYK00.420.430.51
HSL1.11º27.55%38.43%-
HSV(B)1.11º43.2%49.02%-
XYZ11.919.457.16-
YUV87.73118.56154.58-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 46.64%
GREEN value IS 72 (28.52% from 255) = 26.87%
BLUE value IS 71 (28.12% from 255) = 26.49%
R=46.64%
G=26.87%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.43
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125727100.420.430.511.1127.5538.43
Hex7D484702A2B3311c26
Octal175110107052536313446
Binary1111101100100010001110101010101011110011111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D4847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,72,71); }

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

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

 a { background-color: rgb(125,72,71); }

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

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

 span { border-color: rgb(125,72,71); }

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