#772A30

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

Shades of Tamarillo #772A30

Tints of Tamarillo #772A30

Color information

#772A30 (or 0x772A30) is unknown color: approx Tamarillo. HEX triplet: 77, 2A and 30. RGB value is (119,42,48). Sum of RGB (Red+Green+Blue) = 119+42+48=209 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.94% from 209); Green value is 42 (16.80% from 255 or 20.10% from 209); Blue value is 48 (19.14% from 255 or 22.97% from 209); Max value from RGB is 119 - color contains mainly: red. Hex color #772A30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772A30 is #88D5CF. Grayscale: #414141. Windows color (decimal): -8967632 or 3156599. OLE color: 3156599.

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

Color convert

RGB1194248-
CMYK00.650.600.53
HSL355.32º47.83%31.57%-
HSV(B)355.32º64.71%46.67%-
XYZ8.975.793.44-
YUV65.71118.01166.01-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.94%
GREEN value IS 42 (16.80% from 255) = 20.10%
BLUE value IS 48 (19.14% from 255) = 22.97%
R=56.94%
G=20.10%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119424800.650.600.53355.3247.8331.57
Hex772A300413C351633020
Octal1675260010174655436040
Binary111011110101011000001000001111100110101101100011110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,42,48); }

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

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

 a { background-color: rgb(119,42,48); }

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

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

 span { border-color: rgb(119,42,48); }

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