#772831

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

Shades of Tamarillo #772831

Tints of Tamarillo #772831

Color information

#772831 (or 0x772831) is unknown color: approx Tamarillo. HEX triplet: 77, 28 and 31. RGB value is (119,40,49). Sum of RGB (Red+Green+Blue) = 119+40+49=208 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.21% from 208); Green value is 40 (16.02% from 255 or 19.23% from 208); Blue value is 49 (19.53% from 255 or 23.56% from 208); Max value from RGB is 119 - color contains mainly: red. Hex color #772831 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772831 is #88D7CE. Grayscale: #404040. Windows color (decimal): -8968143 or 3221623. OLE color: 3221623.

HSL color Cylindrical-coordinate representation of color #772831: hue angle of 353.16º degrees, saturation: 0.5, 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 #772831 is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB1194049-
CMYK00.660.590.53
HSL353.16º49.69%31.18%-
HSV(B)353.16º66.39%46.67%-
XYZ8.925.663.53-
YUV64.65119.17166.77-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 57.21%
GREEN value IS 40 (16.02% from 255) = 19.23%
BLUE value IS 49 (19.53% from 255) = 23.56%
R=57.21%
G=19.23%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119404900.660.590.53353.1649.6931.18
Hex7728310423B35161321f
Octal1675061010273655416237
Binary11101111010001100010100001011101111010110110000111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772831; }

 p { color: rgb(119,40,49); }

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

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

 a { background-color: rgb(119,40,49); }

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

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

 span { border-color: rgb(119,40,49); }

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