#7A292E

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

Shades of Tamarillo #7A292E

Tints of Tamarillo #7A292E

Color information

#7A292E (or 0x7A292E) is unknown color: approx Tamarillo. HEX triplet: 7A, 29 and 2E. RGB value is (122,41,46). Sum of RGB (Red+Green+Blue) = 122+41+46=209 (27% of max value = 765). Red value is 122 (48.05% from 255 or 58.37% from 209); Green value is 41 (16.41% from 255 or 19.62% from 209); Blue value is 46 (18.36% from 255 or 22.01% from 209); Max value from RGB is 122 - color contains mainly: red. Hex color #7A292E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A292E is #85D6D1. Grayscale: #414141. Windows color (decimal): -8771282 or 3025274. OLE color: 3025274.

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

Color convert

RGB1224146-
CMYK00.660.620.52
HSL356.3º49.69%31.96%-
HSV(B)356.3º66.39%47.84%-
XYZ9.315.923.24-
YUV65.79116.84168.09-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 58.37%
GREEN value IS 41 (16.41% from 255) = 19.62%
BLUE value IS 46 (18.36% from 255) = 22.01%
R=58.37%
G=19.62%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.62
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122414600.660.620.52356.349.6931.96
Hex7A292E0423E341643220
Octal1725156010276645446240
Binary111101010100110111001000010111110110100101100100110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A292E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,41,46); }

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

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

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

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

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

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

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