#772E33

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

Shades of Tamarillo #772E33

Tints of Tamarillo #772E33

Color information

#772E33 (or 0x772E33) is unknown color: approx Tamarillo. HEX triplet: 77, 2E and 33. RGB value is (119,46,51). Sum of RGB (Red+Green+Blue) = 119+46+51=216 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.09% from 216); Green value is 46 (18.36% from 255 or 21.30% from 216); Blue value is 51 (20.31% from 255 or 23.61% from 216); Max value from RGB is 119 - color contains mainly: red. Hex color #772E33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772E33 is #88D1CC. Grayscale: #444444. Windows color (decimal): -8966605 or 3354231. OLE color: 3354231.

HSL color Cylindrical-coordinate representation of color #772E33: hue angle of 355.89º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #772E33 is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.53.

Color convert

RGB1194651-
CMYK00.610.570.53
HSL355.89º44.24%32.35%-
HSV(B)355.89º61.34%46.67%-
XYZ9.186.113.83-
YUV68.4118.18164.09-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 55.09%
GREEN value IS 46 (18.36% from 255) = 21.30%
BLUE value IS 51 (20.31% from 255) = 23.61%
R=55.09%
G=21.30%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.57
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119465100.610.570.53355.8944.2432.35
Hex772E3303D39351642c20
Octal167566307571655445440
Binary11101111011101100110111101111001110101101100100101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772E33; }

 p { color: rgb(119,46,51); }

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

<style>
 a { background-color: #772E33; }

 a { background-color: rgb(119,46,51); }

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

<style>
 span { border-color: #772E33; }

 span { border-color: rgb(119,46,51); }

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