#772428

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

Shades of Tamarillo #772428

Tints of Tamarillo #772428

Color information

#772428 (or 0x772428) is unknown color: approx Tamarillo. HEX triplet: 77, 24 and 28. RGB value is (119,36,40). Sum of RGB (Red+Green+Blue) = 119+36+40=195 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.03% from 195); Green value is 36 (14.45% from 255 or 18.46% from 195); Blue value is 40 (16.02% from 255 or 20.51% from 195); Max value from RGB is 119 - color contains mainly: red. Hex color #772428 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772428 is #88DBD7. Grayscale: #3D3D3D. Windows color (decimal): -8969176 or 2630775. OLE color: 2630775.

HSL color Cylindrical-coordinate representation of color #772428: hue angle of 357.11º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #772428 is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB1193640-
CMYK00.700.660.53
HSL357.11º53.55%30.39%-
HSV(B)357.11º69.75%46.67%-
XYZ8.625.342.58-
YUV61.27116169.17-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 61.03%
GREEN value IS 36 (14.45% from 255) = 18.46%
BLUE value IS 40 (16.02% from 255) = 20.51%
R=61.03%
G=18.46%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119364000.700.660.53357.1153.5530.39
Hex7724280464235165361e
Octal16744500106102655456636
Binary111011110010010100001000110100001011010110110010111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772428; }

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

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

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

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

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

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

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

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