#7A4040

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

Shades of Bole #7A4040

Tints of Bole #7A4040

Color information

#7A4040 (or 0x7A4040) is unknown color: approx Bole. HEX triplet: 7A, 40 and 40. RGB value is (122,64,64). Sum of RGB (Red+Green+Blue) = 122+64+64=250 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.8% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 64 (25.39% from 255 or 25.6% from 250); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4040 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A4040 is #85BFBF. Grayscale: #515151. Windows color (decimal): -8765376 or 4210810. OLE color: 4210810.

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

Color convert

RGB1226464-
CMYK00.480.480.52
HSL31.18%36.47%-
HSV(B)47.54%47.84%-
XYZ10.788.175.86-
YUV81.34118.22157-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 48.8%
GREEN value IS 64 (25.39% from 255) = 25.6%
BLUE value IS 64 (25.39% from 255) = 25.6%
R=48.8%
G=25.6%
B=25.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122646400.480.480.52031.1836.47
Hex7A4040030303401f24
Octal172100100060606403744
Binary1111010100000010000000110000110000110100011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,64,64); }

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

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

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

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

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

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

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