#7B4439

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

Shades of Bole #7B4439

Tints of Bole #7B4439

Color information

#7B4439 (or 0x7B4439) is unknown color: approx Bole. HEX triplet: 7B, 44 and 39. RGB value is (123,68,57). Sum of RGB (Red+Green+Blue) = 123+68+57=248 (32% of max value = 765). Red value is 123 (48.44% from 255 or 49.60% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 57 (22.66% from 255 or 22.98% from 248); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4439 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B4439 is #84BBC6. Grayscale: #535353. Windows color (decimal): -8698823 or 3753083. OLE color: 3753083.

HSL color Cylindrical-coordinate representation of color #7B4439: hue angle of 10º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7B4439 is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.52.

Color convert

RGB1236857-
CMYK00.450.540.52
HSL10º36.67%35.29%-
HSV(B)10º53.66%48.24%-
XYZ10.978.644.96-
YUV83.19113.22156.39-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 49.60%
GREEN value IS 68 (26.95% from 255) = 27.42%
BLUE value IS 57 (22.66% from 255) = 22.98%
R=49.60%
G=27.42%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.54
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123685700.450.540.521036.6735.29
Hex7B443902D3634a2523
Octal173104710556664124543
Binary1111011100010011100101011011101101101001010100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,68,57); }

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

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

 a { background-color: rgb(123,68,57); }

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

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

 span { border-color: rgb(123,68,57); }

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