#7D4846

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

Shades of Bole #7D4846

Tints of Bole #7D4846

Color information

#7D4846 (or 0x7D4846) is unknown color: approx Bole. HEX triplet: 7D, 48 and 46. RGB value is (125,72,70). Sum of RGB (Red+Green+Blue) = 125+72+70=267 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.82% from 267); Green value is 72 (28.52% from 255 or 26.97% from 267); Blue value is 70 (27.73% from 255 or 26.22% from 267); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4846 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4846 is #82B7B9. Grayscale: #575757. Windows color (decimal): -8566714 or 4606077. OLE color: 4606077.

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

Color convert

RGB1257270-
CMYK00.420.440.51
HSL2.18º28.21%38.24%-
HSV(B)2.18º44%49.02%-
XYZ11.889.446.99-
YUV87.62118.06154.66-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 46.82%
GREEN value IS 72 (28.52% from 255) = 26.97%
BLUE value IS 70 (27.73% from 255) = 26.22%
R=46.82%
G=26.97%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125727000.420.440.512.1828.2138.24
Hex7D484602A2C3321c26
Octal175110106052546323446
Binary11111011001000100011001010101011001100111011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D4846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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