#77262D

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

Shades of Tamarillo #77262D

Tints of Tamarillo #77262D

Color information

#77262D (or 0x77262D) is unknown color: approx Tamarillo. HEX triplet: 77, 26 and 2D. RGB value is (119,38,45). Sum of RGB (Red+Green+Blue) = 119+38+45=202 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.91% from 202); Green value is 38 (15.23% from 255 or 18.81% from 202); Blue value is 45 (17.97% from 255 or 22.28% from 202); Max value from RGB is 119 - color contains mainly: red. Hex color #77262D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77262D is #88D9D2. Grayscale: #3F3F3F. Windows color (decimal): -8968659 or 2958967. OLE color: 2958967.

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

Color convert

RGB1193845-
CMYK00.680.620.53
HSL354.81º51.59%30.78%-
HSV(B)354.81º68.07%46.67%-
XYZ8.775.53.08-
YUV63.02117.84167.93-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 58.91%
GREEN value IS 38 (15.23% from 255) = 18.81%
BLUE value IS 45 (17.97% from 255) = 22.28%
R=58.91%
G=18.81%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119384500.680.620.53354.8151.5930.78
Hex77262D0443E35163341f
Octal1674655010476655436437
Binary11101111001101011010100010011111011010110110001111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77262D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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