#77292D

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

Shades of Tamarillo #77292D

Tints of Tamarillo #77292D

Color information

#77292D (or 0x77292D) is unknown color: approx Tamarillo. HEX triplet: 77, 29 and 2D. RGB value is (119,41,45). Sum of RGB (Red+Green+Blue) = 119+41+45=205 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.05% from 205); Green value is 41 (16.41% from 255 or 20% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 119 - color contains mainly: red. Hex color #77292D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77292D is #88D6D2. Grayscale: #404040. Windows color (decimal): -8967891 or 2959735. OLE color: 2959735.

HSL color Cylindrical-coordinate representation of color #77292D: hue angle of 356.92º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #77292D is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB1194145-
CMYK00.660.620.53
HSL356.92º48.75%31.37%-
HSV(B)356.92º65.55%46.67%-
XYZ8.875.73.11-
YUV64.78116.84166.67-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 58.05%
GREEN value IS 41 (16.41% from 255) = 20%
BLUE value IS 45 (17.97% from 255) = 21.95%
R=58.05%
G=20%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119414500.660.620.53356.9248.7531.37
Hex77292D0423E35165311f
Octal1675155010276655456137
Binary11101111010011011010100001011111011010110110010111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77292D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77292D; }

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

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

<style>
 a { background-color: #77292D; }

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

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

<style>
 span { border-color: #77292D; }

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

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