#772C32

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

Shades of Tamarillo #772C32

Tints of Tamarillo #772C32

Color information

#772C32 (or 0x772C32) is unknown color: approx Tamarillo. HEX triplet: 77, 2C and 32. RGB value is (119,44,50). Sum of RGB (Red+Green+Blue) = 119+44+50=213 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.87% from 213); Green value is 44 (17.58% from 255 or 20.66% from 213); Blue value is 50 (19.92% from 255 or 23.47% from 213); Max value from RGB is 119 - color contains mainly: red. Hex color #772C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772C32 is #88D3CD. Grayscale: #434343. Windows color (decimal): -8967118 or 3288183. OLE color: 3288183.

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

Color convert

RGB1194450-
CMYK00.630.580.53
HSL355.2º46.01%31.96%-
HSV(B)355.2º63.03%46.67%-
XYZ9.085.953.69-
YUV67.11118.35165.01-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 55.87%
GREEN value IS 44 (17.58% from 255) = 20.66%
BLUE value IS 50 (19.92% from 255) = 23.47%
R=55.87%
G=20.66%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119445000.630.580.53355.246.0131.96
Hex772C3203F3A351632e20
Octal167546207772655435640
Binary11101111011001100100111111111010110101101100011101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,44,50); }

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

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

 a { background-color: rgb(119,44,50); }

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

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

 span { border-color: rgb(119,44,50); }

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