#7A3334

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

Shades of Tamarillo #7A3334

Tints of Tamarillo #7A3334

Color information

#7A3334 (or 0x7A3334) is unknown color: approx Tamarillo. HEX triplet: 7A, 33 and 34. RGB value is (122,51,52). Sum of RGB (Red+Green+Blue) = 122+51+52=225 (29% of max value = 765). Red value is 122 (48.05% from 255 or 54.22% from 225); Green value is 51 (20.31% from 255 or 22.67% from 225); Blue value is 52 (20.70% from 255 or 23.11% from 225); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3334 is #85CCCB. Grayscale: #484848. Windows color (decimal): -8768716 or 3421050. OLE color: 3421050.

HSL color Cylindrical-coordinate representation of color #7A3334: hue angle of 359.15º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7A3334 is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.52.

Color convert

RGB1225152-
CMYK00.580.570.52
HSL359.15º41.04%33.92%-
HSV(B)359.15º58.2%47.84%-
XYZ9.836.754.03-
YUV72.34116.52163.42-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 54.22%
GREEN value IS 51 (20.31% from 255) = 22.67%
BLUE value IS 52 (20.70% from 255) = 23.11%
R=54.22%
G=22.67%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.57
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122515200.580.570.52359.1541.0433.92
Hex7A333403A39341672922
Octal172636407271645475142
Binary11110101100111101000111010111001110100101100111101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,51,52); }

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

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

 a { background-color: rgb(122,51,52); }

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

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

 span { border-color: rgb(122,51,52); }

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