#7B4641

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

Shades of Bole #7B4641

Tints of Bole #7B4641

Color information

#7B4641 (or 0x7B4641) is unknown color: approx Bole. HEX triplet: 7B, 46 and 41. RGB value is (123,70,65). Sum of RGB (Red+Green+Blue) = 123+70+65=258 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.67% from 258); Green value is 70 (27.73% from 255 or 27.13% from 258); Blue value is 65 (25.78% from 255 or 25.19% from 258); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4641 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B4641 is #84B9BE. Grayscale: #555555. Windows color (decimal): -8698303 or 4277883. OLE color: 4277883.

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

Color convert

RGB1237065-
CMYK00.430.470.52
HSL5.17º30.85%36.86%-
HSV(B)5.17º47.15%48.24%-
XYZ11.318.976.14-
YUV85.28116.56154.91-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 47.67%
GREEN value IS 70 (27.73% from 255) = 27.13%
BLUE value IS 65 (25.78% from 255) = 25.19%
R=47.67%
G=27.13%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.47
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123706500.430.470.525.1730.8536.86
Hex7B464102B2F3451f25
Octal173106101053576453745
Binary111101110001101000001010101110111111010010111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,70,65); }

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

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

 a { background-color: rgb(123,70,65); }

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

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

 span { border-color: rgb(123,70,65); }

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