#772D2E

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

Shades of Tamarillo #772D2E

Tints of Tamarillo #772D2E

Color information

#772D2E (or 0x772D2E) is unknown color: approx Tamarillo. HEX triplet: 77, 2D and 2E. RGB value is (119,45,46). Sum of RGB (Red+Green+Blue) = 119+45+46=210 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.67% from 210); Green value is 45 (17.97% from 255 or 21.43% from 210); Blue value is 46 (18.36% from 255 or 21.90% from 210); Max value from RGB is 119 - color contains mainly: red. Hex color #772D2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772D2E is #88D2D1. Grayscale: #434343. Windows color (decimal): -8966866 or 3026295. OLE color: 3026295.

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

Color convert

RGB1194546-
CMYK00.620.610.53
HSL359.19º45.12%32.16%-
HSV(B)359.19º62.18%46.67%-
XYZ9.0463.27-
YUV67.24116.02164.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.67%
GREEN value IS 45 (17.97% from 255) = 21.43%
BLUE value IS 46 (18.36% from 255) = 21.90%
R=56.67%
G=21.43%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119454600.620.610.53359.1945.1232.16
Hex772D2E03E3D351672d20
Octal167555607675655475540
Binary11101111011011011100111110111101110101101100111101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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