#78262B

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

Shades of Tamarillo #78262B

Tints of Tamarillo #78262B

Color information

#78262B (or 0x78262B) is unknown color: approx Tamarillo. HEX triplet: 78, 26 and 2B. RGB value is (120,38,43). Sum of RGB (Red+Green+Blue) = 120+38+43=201 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.70% from 201); Green value is 38 (15.23% from 255 or 18.91% from 201); Blue value is 43 (17.19% from 255 or 21.39% from 201); Max value from RGB is 120 - color contains mainly: red. Hex color #78262B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78262B is #87D9D4. Grayscale: #3F3F3F. Windows color (decimal): -8903125 or 2827896. OLE color: 2827896.

HSL color Cylindrical-coordinate representation of color #78262B: hue angle of 356.34º 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 #78262B is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB1203843-
CMYK00.680.640.53
HSL356.34º51.9%30.98%-
HSV(B)356.34º68.33%47.06%-
XYZ8.875.552.89-
YUV63.09116.67168.59-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 59.70%
GREEN value IS 38 (15.23% from 255) = 18.91%
BLUE value IS 43 (17.19% from 255) = 21.39%
R=59.70%
G=18.91%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120384300.680.640.53356.3451.930.98
Hex78262B0444035164341f
Octal17046530104100655446437
Binary111100010011010101101000100100000011010110110010011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78262B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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