#77282A

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

Shades of Tamarillo #77282A

Tints of Tamarillo #77282A

Color information

#77282A (or 0x77282A) is unknown color: approx Tamarillo. HEX triplet: 77, 28 and 2A. RGB value is (119,40,42). Sum of RGB (Red+Green+Blue) = 119+40+42=201 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.20% from 201); Green value is 40 (16.02% from 255 or 19.90% from 201); Blue value is 42 (16.80% from 255 or 20.90% from 201); Max value from RGB is 119 - color contains mainly: red. Hex color #77282A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77282A is #88D7D5. Grayscale: #3F3F3F. Windows color (decimal): -8968150 or 2762871. OLE color: 2762871.

HSL color Cylindrical-coordinate representation of color #77282A: hue angle of 358.48º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #77282A is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB1194042-
CMYK00.660.650.53
HSL358.48º49.69%31.18%-
HSV(B)358.48º66.39%46.67%-
XYZ8.785.612.81-
YUV63.85115.67167.34-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 59.20%
GREEN value IS 40 (16.02% from 255) = 19.90%
BLUE value IS 42 (16.80% from 255) = 20.90%
R=59.20%
G=19.90%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119404200.660.650.53358.4849.6931.18
Hex77282A0424135166321f
Octal16750520102101655466237
Binary111011110100010101001000010100000111010110110011011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77282A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77282A; }

 p { color: rgb(119,40,42); }

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

<style>
 a { background-color: #77282A; }

 a { background-color: rgb(119,40,42); }

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

<style>
 span { border-color: #77282A; }

 span { border-color: rgb(119,40,42); }

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