#7A4941

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

Shades of Bole #7A4941

Tints of Bole #7A4941

Color information

#7A4941 (or 0x7A4941) is unknown color: approx Bole. HEX triplet: 7A, 49 and 41. RGB value is (122,73,65). Sum of RGB (Red+Green+Blue) = 122+73+65=260 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.92% from 260); Green value is 73 (28.91% from 255 or 28.08% from 260); Blue value is 65 (25.78% from 255 or 25% from 260); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4941 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A4941 is #85B6BE. Grayscale: #565656. Windows color (decimal): -8763071 or 4278650. OLE color: 4278650.

HSL color Cylindrical-coordinate representation of color #7A4941: 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.47%. Process color model (Four color, CMYK) of #7A4941 is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.52.

Color convert

RGB1227365-
CMYK00.400.470.52
HSL8.42º30.48%36.67%-
HSV(B)8.42º46.72%47.84%-
XYZ11.369.286.19-
YUV86.74115.73153.15-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 46.92%
GREEN value IS 73 (28.91% from 255) = 28.08%
BLUE value IS 65 (25.78% from 255) = 25%
R=46.92%
G=28.08%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.47
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122736500.400.470.528.4230.4836.67
Hex7A49410282F3481e25
Octal1721111010505764103645
Binary1111010100100110000010101000101111110100100011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,73,65); }

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

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

 a { background-color: rgb(122,73,65); }

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

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

 span { border-color: rgb(122,73,65); }

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