#7A2627

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

Shades of Tamarillo #7A2627

Tints of Tamarillo #7A2627

Color information

#7A2627 (or 0x7A2627) is unknown color: approx Tamarillo. HEX triplet: 7A, 26 and 27. RGB value is (122,38,39). Sum of RGB (Red+Green+Blue) = 122+38+39=199 (26% of max value = 765). Red value is 122 (48.05% from 255 or 61.31% from 199); Green value is 38 (15.23% from 255 or 19.10% from 199); Blue value is 39 (15.62% from 255 or 19.60% from 199); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2627 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2627 is #85D9D8. Grayscale: #3F3F3F. Windows color (decimal): -8772057 or 2565754. OLE color: 2565754.

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

Color convert

RGB1223839-
CMYK00.690.680.52
HSL359.29º52.5%31.37%-
HSV(B)359.29º68.85%47.84%-
XYZ9.095.672.54-
YUV63.23114.33169.92-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 61.31%
GREEN value IS 38 (15.23% from 255) = 19.10%
BLUE value IS 39 (15.62% from 255) = 19.60%
R=61.31%
G=19.10%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.68
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122383900.690.680.52359.2952.531.37
Hex7A26270454434167341f
Octal17246470105104645476437
Binary111101010011010011101000101100010011010010110011111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,38,39); }

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

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

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

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

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

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

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