#7D4745

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

Shades of Bole #7D4745

Tints of Bole #7D4745

Color information

#7D4745 (or 0x7D4745) is unknown color: approx Bole. HEX triplet: 7D, 47 and 45. RGB value is (125,71,69). Sum of RGB (Red+Green+Blue) = 125+71+69=265 (35% of max value = 765). Red value is 125 (49.22% from 255 or 47.17% from 265); Green value is 71 (28.12% from 255 or 26.79% from 265); Blue value is 69 (27.34% from 255 or 26.04% from 265); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4745 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4745 is #82B8BA. Grayscale: #565656. Windows color (decimal): -8566971 or 4540285. OLE color: 4540285.

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

Color convert

RGB1257169-
CMYK00.430.450.51
HSL2.14º28.87%38.04%-
HSV(B)2.14º44.8%49.02%-
XYZ11.789.36.8-
YUV86.92117.89155.16-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 47.17%
GREEN value IS 71 (28.12% from 255) = 26.79%
BLUE value IS 69 (27.34% from 255) = 26.04%
R=47.17%
G=26.79%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.45
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125716900.430.450.512.1428.8738.04
Hex7D474502B2D3321d26
Octal175107105053556323546
Binary11111011000111100010101010111011011100111011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D4745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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