#7D4C46

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

Shades of Bole #7D4C46

Tints of Bole #7D4C46

Color information

#7D4C46 (or 0x7D4C46) is unknown color: approx Bole. HEX triplet: 7D, 4C and 46. RGB value is (125,76,70). Sum of RGB (Red+Green+Blue) = 125+76+70=271 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.13% from 271); Green value is 76 (30.08% from 255 or 28.04% from 271); Blue value is 70 (27.73% from 255 or 25.83% from 271); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4C46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4C46 is #82B3B9. Grayscale: #5A5A5A. Windows color (decimal): -8565690 or 4607101. OLE color: 4607101.

HSL color Cylindrical-coordinate representation of color #7D4C46: hue angle of 6.55º 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 #7D4C46 is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.51.

Color convert

RGB1257670-
CMYK00.390.440.51
HSL6.55º28.21%38.24%-
HSV(B)6.55º44%49.02%-
XYZ12.159.977.08-
YUV89.97116.73152.99-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 46.13%
GREEN value IS 76 (30.08% from 255) = 28.04%
BLUE value IS 70 (27.73% from 255) = 25.83%
R=46.13%
G=28.04%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125767000.390.440.516.5528.2138.24
Hex7D4C460272C3371c26
Octal175114106047546373446
Binary111110110011001000110010011110110011001111111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D4C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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