#7D4442

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

Shades of Bole #7D4442

Tints of Bole #7D4442

Color information

#7D4442 (or 0x7D4442) is unknown color: approx Bole. HEX triplet: 7D, 44 and 42. RGB value is (125,68,66). Sum of RGB (Red+Green+Blue) = 125+68+66=259 (34% of max value = 765). Red value is 125 (49.22% from 255 or 48.26% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 66 (26.17% from 255 or 25.48% from 259); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4442 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4442 is #82BBBD. Grayscale: #545454. Windows color (decimal): -8567742 or 4342909. OLE color: 4342909.

HSL color Cylindrical-coordinate representation of color #7D4442: hue angle of 2.03º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7D4442 is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.51.

Color convert

RGB1256866-
CMYK00.460.470.51
HSL2.03º30.89%37.45%-
HSV(B)2.03º47.2%49.02%-
XYZ11.518.896.26-
YUV84.82117.38156.66-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 48.26%
GREEN value IS 68 (26.95% from 255) = 26.25%
BLUE value IS 66 (26.17% from 255) = 25.48%
R=48.26%
G=26.25%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.47
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125686600.460.470.512.0330.8937.45
Hex7D444202E2F3321f25
Octal175104102056576323745
Binary11111011000100100001001011101011111100111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D4442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,68,66); }

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

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

 a { background-color: rgb(125,68,66); }

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

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

 span { border-color: rgb(125,68,66); }

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