#7B4241

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

Shades of Bole #7B4241

Tints of Bole #7B4241

Color information

#7B4241 (or 0x7B4241) is unknown color: approx Bole. HEX triplet: 7B, 42 and 41. RGB value is (123,66,65). Sum of RGB (Red+Green+Blue) = 123+66+65=254 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.43% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 65 (25.78% from 255 or 25.59% from 254); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4241 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B4241 is #84BDBE. Grayscale: #525252. Windows color (decimal): -8699327 or 4276859. OLE color: 4276859.

HSL color Cylindrical-coordinate representation of color #7B4241: hue angle of 1.03º 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 #7B4241 is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.52.

Color convert

RGB1236665-
CMYK00.460.470.52
HSL1.03º30.85%36.86%-
HSV(B)1.03º47.15%48.24%-
XYZ11.078.496.06-
YUV82.93117.88156.58-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 48.43%
GREEN value IS 66 (26.17% from 255) = 25.98%
BLUE value IS 65 (25.78% from 255) = 25.59%
R=48.43%
G=25.98%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.47
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123666500.460.470.521.0330.8536.86
Hex7B424102E2F3411f25
Octal173102101056576413745
Binary1111011100001010000010101110101111110100111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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