#7B4840

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

Shades of Bole #7B4840

Tints of Bole #7B4840

Color information

#7B4840 (or 0x7B4840) is unknown color: approx Bole. HEX triplet: 7B, 48 and 40. RGB value is (123,72,64). Sum of RGB (Red+Green+Blue) = 123+72+64=259 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.49% from 259); Green value is 72 (28.52% from 255 or 27.80% from 259); Blue value is 64 (25.39% from 255 or 24.71% from 259); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4840 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B4840 is #84B7BF. Grayscale: #565656. Windows color (decimal): -8697792 or 4212859. OLE color: 4212859.

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

Color convert

RGB1237264-
CMYK00.410.480.52
HSL8.14º31.55%36.67%-
HSV(B)8.14º47.97%48.24%-
XYZ11.419.226.03-
YUV86.34115.4154.15-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 47.49%
GREEN value IS 72 (28.52% from 255) = 27.80%
BLUE value IS 64 (25.39% from 255) = 24.71%
R=47.49%
G=27.80%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123726400.410.480.528.1431.5536.67
Hex7B4840029303482025
Octal1731101000516064104045
Binary11110111001000100000001010011100001101001000100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,72,64); }

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

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

 a { background-color: rgb(123,72,64); }

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

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

 span { border-color: rgb(123,72,64); }

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