#7B4745

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

Shades of Bole #7B4745

Tints of Bole #7B4745

Color information

#7B4745 (or 0x7B4745) is unknown color: approx Bole. HEX triplet: 7B, 47 and 45. RGB value is (123,71,69). Sum of RGB (Red+Green+Blue) = 123+71+69=263 (34% of max value = 765). Red value is 123 (48.44% from 255 or 46.77% from 263); Green value is 71 (28.12% from 255 or 27.00% from 263); Blue value is 69 (27.34% from 255 or 26.24% from 263); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4745 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B4745 is #84B8BA. Grayscale: #565656. Windows color (decimal): -8698043 or 4540283. OLE color: 4540283.

HSL color Cylindrical-coordinate representation of color #7B4745: hue angle of 2.22º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7B4745 is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.52.

Color convert

RGB1237169-
CMYK00.420.440.52
HSL2.22º28.12%37.65%-
HSV(B)2.22º43.9%48.24%-
XYZ11.59.156.79-
YUV86.32118.23154.16-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 46.77%
GREEN value IS 71 (28.12% from 255) = 27.00%
BLUE value IS 69 (27.34% from 255) = 26.24%
R=46.77%
G=27.00%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123716900.420.440.522.2228.1237.65
Hex7B474502A2C3421c26
Octal173107105052546423446
Binary11110111000111100010101010101011001101001011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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