#78262A

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

Shades of Tamarillo #78262A

Tints of Tamarillo #78262A

Color information

#78262A (or 0x78262A) is unknown color: approx Tamarillo. HEX triplet: 78, 26 and 2A. RGB value is (120,38,42). Sum of RGB (Red+Green+Blue) = 120+38+42=200 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60% from 200); Green value is 38 (15.23% from 255 or 19% from 200); Blue value is 42 (16.80% from 255 or 21% from 200); Max value from RGB is 120 - color contains mainly: red. Hex color #78262A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78262A is #87D9D5. Grayscale: #3F3F3F. Windows color (decimal): -8903126 or 2762360. OLE color: 2762360.

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

Color convert

RGB1203842-
CMYK00.680.650.53
HSL357.07º51.9%30.98%-
HSV(B)357.07º68.33%47.06%-
XYZ8.865.552.79-
YUV62.97116.17168.67-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 60%
GREEN value IS 38 (15.23% from 255) = 19%
BLUE value IS 42 (16.80% from 255) = 21%
R=60%
G=19%
B=21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120384200.680.650.53357.0751.930.98
Hex78262A0444135165341f
Octal17046520104101655456437
Binary111100010011010101001000100100000111010110110010111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78262A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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