#782528

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

Shades of Tamarillo #782528

Tints of Tamarillo #782528

Color information

#782528 (or 0x782528) is unknown color: approx Tamarillo. HEX triplet: 78, 25 and 28. RGB value is (120,37,40). Sum of RGB (Red+Green+Blue) = 120+37+40=197 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.91% from 197); Green value is 37 (14.84% from 255 or 18.78% from 197); Blue value is 40 (16.02% from 255 or 20.30% from 197); Max value from RGB is 120 - color contains mainly: red. Hex color #782528 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782528 is #87DAD7. Grayscale: #3E3E3E. Windows color (decimal): -8903384 or 2631032. OLE color: 2631032.

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

Color convert

RGB1203740-
CMYK00.690.670.53
HSL357.83º52.87%30.78%-
HSV(B)357.83º69.17%47.06%-
XYZ8.795.472.6-
YUV62.16115.5169.26-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 60.91%
GREEN value IS 37 (14.84% from 255) = 18.78%
BLUE value IS 40 (16.02% from 255) = 20.30%
R=60.91%
G=18.78%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120374000.690.670.53357.8352.8730.78
Hex7825280454335166351f
Octal17045500105103655466537
Binary111100010010110100001000101100001111010110110011011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782528; }

 p { color: rgb(120,37,40); }

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

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

 a { background-color: rgb(120,37,40); }

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

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

 span { border-color: rgb(120,37,40); }

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