#76282E

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

Shades of Tamarillo #76282E

Tints of Tamarillo #76282E

Color information

#76282E (or 0x76282E) is unknown color: approx Tamarillo. HEX triplet: 76, 28 and 2E. RGB value is (118,40,46). Sum of RGB (Red+Green+Blue) = 118+40+46=204 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.84% from 204); Green value is 40 (16.02% from 255 or 19.61% from 204); Blue value is 46 (18.36% from 255 or 22.55% from 204); Max value from RGB is 118 - color contains mainly: red. Hex color #76282E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76282E is #89D7D1. Grayscale: #404040. Windows color (decimal): -9033682 or 3025014. OLE color: 3025014.

HSL color Cylindrical-coordinate representation of color #76282E: hue angle of 355.38º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #76282E is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB1184046-
CMYK00.660.610.54
HSL355.38º49.37%30.98%-
HSV(B)355.38º66.1%46.27%-
XYZ8.725.573.2-
YUV64.01117.84166.51-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.84%
GREEN value IS 40 (16.02% from 255) = 19.61%
BLUE value IS 46 (18.36% from 255) = 22.55%
R=57.84%
G=19.61%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118404600.660.610.54355.3849.3730.98
Hex76282E0423D36163311f
Octal1665056010275665436137
Binary11101101010001011100100001011110111011010110001111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76282E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76282E; }

 p { color: rgb(118,40,46); }

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

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

 a { background-color: rgb(118,40,46); }

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

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

 span { border-color: rgb(118,40,46); }

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