#78252A

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

Shades of Tamarillo #78252A

Tints of Tamarillo #78252A

Color information

#78252A (or 0x78252A) is unknown color: approx Tamarillo. HEX triplet: 78, 25 and 2A. RGB value is (120,37,42). Sum of RGB (Red+Green+Blue) = 120+37+42=199 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.30% from 199); Green value is 37 (14.84% from 255 or 18.59% from 199); Blue value is 42 (16.80% from 255 or 21.11% from 199); Max value from RGB is 120 - color contains mainly: red. Hex color #78252A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78252A is #87DAD5. Grayscale: #3E3E3E. Windows color (decimal): -8903382 or 2762104. OLE color: 2762104.

HSL color Cylindrical-coordinate representation of color #78252A: hue angle of 356.39º 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 #78252A is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB1203742-
CMYK00.690.650.53
HSL356.39º52.87%30.78%-
HSV(B)356.39º69.17%47.06%-
XYZ8.835.482.78-
YUV62.39116.5169.09-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 60.30%
GREEN value IS 37 (14.84% from 255) = 18.59%
BLUE value IS 42 (16.80% from 255) = 21.11%
R=60.30%
G=18.59%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120374200.690.650.53356.3952.8730.78
Hex78252A0454135164351f
Octal17045520105101655446537
Binary111100010010110101001000101100000111010110110010011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78252A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78252A; }

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

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

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

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

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

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

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

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