#7A2C2E

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

Shades of Tamarillo #7A2C2E

Tints of Tamarillo #7A2C2E

Color information

#7A2C2E (or 0x7A2C2E) is unknown color: approx Tamarillo. HEX triplet: 7A, 2C and 2E. RGB value is (122,44,46). Sum of RGB (Red+Green+Blue) = 122+44+46=212 (28% of max value = 765). Red value is 122 (48.05% from 255 or 57.55% from 212); Green value is 44 (17.58% from 255 or 20.75% from 212); Blue value is 46 (18.36% from 255 or 21.70% from 212); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2C2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2C2E is #85D3D1. Grayscale: #434343. Windows color (decimal): -8770514 or 3026042. OLE color: 3026042.

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

Color convert

RGB1224446-
CMYK00.640.620.52
HSL358.46º46.99%32.55%-
HSV(B)358.46º63.93%47.84%-
XYZ9.426.143.27-
YUV67.55115.84166.84-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 57.55%
GREEN value IS 44 (17.58% from 255) = 20.75%
BLUE value IS 46 (18.36% from 255) = 21.70%
R=57.55%
G=20.75%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.62
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122444600.640.620.52358.4646.9932.55
Hex7A2C2E0403E341662f21
Octal1725456010076645465741
Binary111101010110010111001000000111110110100101100110101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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