#7A2A2D

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

Shades of Tamarillo #7A2A2D

Tints of Tamarillo #7A2A2D

Color information

#7A2A2D (or 0x7A2A2D) is unknown color: approx Tamarillo. HEX triplet: 7A, 2A and 2D. RGB value is (122,42,45). Sum of RGB (Red+Green+Blue) = 122+42+45=209 (27% of max value = 765). Red value is 122 (48.05% from 255 or 58.37% from 209); Green value is 42 (16.80% from 255 or 20.10% from 209); Blue value is 45 (17.97% from 255 or 21.53% from 209); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2A2D is #85D5D2. Grayscale: #424242. Windows color (decimal): -8771027 or 2959994. OLE color: 2959994.

HSL color Cylindrical-coordinate representation of color #7A2A2D: hue angle of 357.75º degrees, saturation: 0.49, 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 #7A2A2D is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.52.

Color convert

RGB1224245-
CMYK00.660.630.52
HSL357.75º48.78%32.16%-
HSV(B)357.75º65.57%47.84%-
XYZ9.335.983.15-
YUV66.26116167.76-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 58.37%
GREEN value IS 42 (16.80% from 255) = 20.10%
BLUE value IS 45 (17.97% from 255) = 21.53%
R=58.37%
G=20.10%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.63
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122424500.660.630.52357.7548.7832.16
Hex7A2A2D0423F341663120
Octal1725255010277645466140
Binary111101010101010110101000010111111110100101100110110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,42,45); }

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

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

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

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

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

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

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