#76292B

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

Shades of Tamarillo #76292B

Tints of Tamarillo #76292B

Color information

#76292B (or 0x76292B) is unknown color: approx Tamarillo. HEX triplet: 76, 29 and 2B. RGB value is (118,41,43). Sum of RGB (Red+Green+Blue) = 118+41+43=202 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.42% from 202); Green value is 41 (16.41% from 255 or 20.30% from 202); Blue value is 43 (17.19% from 255 or 21.29% from 202); Max value from RGB is 118 - color contains mainly: red. Hex color #76292B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76292B is #89D6D4. Grayscale: #404040. Windows color (decimal): -9033429 or 2828662. OLE color: 2828662.

HSL color Cylindrical-coordinate representation of color #76292B: hue angle of 358.44º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #76292B is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB1184143-
CMYK00.650.640.54
HSL358.44º48.43%31.18%-
HSV(B)358.44º65.25%46.27%-
XYZ8.75.612.91-
YUV64.25116.01166.34-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 58.42%
GREEN value IS 41 (16.41% from 255) = 20.30%
BLUE value IS 43 (17.19% from 255) = 21.29%
R=58.42%
G=20.30%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118414300.650.640.54358.4448.4331.18
Hex76292B0414036166301f
Octal16651530101100665466037
Binary111011010100110101101000001100000011011010110011011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76292B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,41,43); }

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

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

 a { background-color: rgb(118,41,43); }

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

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

 span { border-color: rgb(118,41,43); }

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