#76262C

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

Shades of Tamarillo #76262C

Tints of Tamarillo #76262C

Color information

#76262C (or 0x76262C) is unknown color: approx Tamarillo. HEX triplet: 76, 26 and 2C. RGB value is (118,38,44). Sum of RGB (Red+Green+Blue) = 118+38+44=200 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59% from 200); Green value is 38 (15.23% from 255 or 19% from 200); Blue value is 44 (17.58% from 255 or 22% from 200); Max value from RGB is 118 - color contains mainly: red. Hex color #76262C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76262C is #89D9D3. Grayscale: #3E3E3E. Windows color (decimal): -9034196 or 2893430. OLE color: 2893430.

HSL color Cylindrical-coordinate representation of color #76262C: hue angle of 355.5º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #76262C is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB1183844-
CMYK00.680.630.54
HSL355.5º51.28%30.59%-
HSV(B)355.5º67.8%46.27%-
XYZ8.625.422.97-
YUV62.6117.5167.51-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 59%
GREEN value IS 38 (15.23% from 255) = 19%
BLUE value IS 44 (17.58% from 255) = 22%
R=59%
G=19%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118384400.680.630.54355.551.2830.59
Hex76262C0443F36164331f
Octal1664654010477665446337
Binary11101101001101011000100010011111111011010110010011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76262C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76262C; }

 p { color: rgb(118,38,44); }

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

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

 a { background-color: rgb(118,38,44); }

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

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

 span { border-color: rgb(118,38,44); }

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