#7B4A42

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

Shades of Bole #7B4A42

Tints of Bole #7B4A42

Color information

#7B4A42 (or 0x7B4A42) is unknown color: approx Bole. HEX triplet: 7B, 4A and 42. RGB value is (123,74,66). Sum of RGB (Red+Green+Blue) = 123+74+66=263 (34% of max value = 765). Red value is 123 (48.44% from 255 or 46.77% from 263); Green value is 74 (29.30% from 255 or 28.14% from 263); Blue value is 66 (26.17% from 255 or 25.10% from 263); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4A42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B4A42 is #84B5BD. Grayscale: #575757. Windows color (decimal): -8697278 or 4344443. OLE color: 4344443.

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

Color convert

RGB1237466-
CMYK00.400.460.52
HSL8.42º30.16%37.06%-
HSV(B)8.42º46.34%48.24%-
XYZ11.69.56.38-
YUV87.74115.73153.15-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 46.77%
GREEN value IS 74 (29.30% from 255) = 28.14%
BLUE value IS 66 (26.17% from 255) = 25.10%
R=46.77%
G=28.14%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.46
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123746600.400.460.528.4230.1637.06
Hex7B4A420282E3481e25
Octal1731121020505664103645
Binary1111011100101010000100101000101110110100100011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,74,66); }

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

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

 a { background-color: rgb(123,74,66); }

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

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

 span { border-color: rgb(123,74,66); }

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