#76262D

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

Shades of Tamarillo #76262D

Tints of Tamarillo #76262D

Color information

#76262D (or 0x76262D) is unknown color: approx Tamarillo. HEX triplet: 76, 26 and 2D. RGB value is (118,38,45). Sum of RGB (Red+Green+Blue) = 118+38+45=201 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.71% from 201); Green value is 38 (15.23% from 255 or 18.91% from 201); Blue value is 45 (17.97% from 255 or 22.39% from 201); Max value from RGB is 118 - color contains mainly: red. Hex color #76262D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76262D is #89D9D2. Grayscale: #3E3E3E. Windows color (decimal): -9034195 or 2958966. OLE color: 2958966.

HSL color Cylindrical-coordinate representation of color #76262D: hue angle of 354.75º 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 #76262D is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB1183845-
CMYK00.680.620.54
HSL354.75º51.28%30.59%-
HSV(B)354.75º67.8%46.27%-
XYZ8.645.433.07-
YUV62.72118167.43-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 58.71%
GREEN value IS 38 (15.23% from 255) = 18.91%
BLUE value IS 45 (17.97% from 255) = 22.39%
R=58.71%
G=18.91%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118384500.680.620.54354.7551.2830.59
Hex76262D0443E36163331f
Octal1664655010476665436337
Binary11101101001101011010100010011111011011010110001111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76262D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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