#7A4240

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

Shades of Bole #7A4240

Tints of Bole #7A4240

Color information

#7A4240 (or 0x7A4240) is unknown color: approx Bole. HEX triplet: 7A, 42 and 40. RGB value is (122,66,64). Sum of RGB (Red+Green+Blue) = 122+66+64=252 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.41% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 64 (25.39% from 255 or 25.40% from 252); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A4240 is #85BDBF. Grayscale: #525252. Windows color (decimal): -8764864 or 4211322. OLE color: 4211322.

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

Color convert

RGB1226664-
CMYK00.460.480.52
HSL2.07º31.18%36.47%-
HSV(B)2.07º47.54%47.84%-
XYZ10.98.45.9-
YUV82.52117.55156.16-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 48.41%
GREEN value IS 66 (26.17% from 255) = 26.19%
BLUE value IS 64 (25.39% from 255) = 25.40%
R=48.41%
G=26.19%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122666400.460.480.522.0731.1836.47
Hex7A424002E303421f24
Octal172102100056606423744
Binary11110101000010100000001011101100001101001011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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