#77252C

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

Shades of Tamarillo #77252C

Tints of Tamarillo #77252C

Color information

#77252C (or 0x77252C) is unknown color: approx Tamarillo. HEX triplet: 77, 25 and 2C. RGB value is (119,37,44). Sum of RGB (Red+Green+Blue) = 119+37+44=200 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.5% from 200); Green value is 37 (14.84% from 255 or 18.5% from 200); Blue value is 44 (17.58% from 255 or 22% from 200); Max value from RGB is 119 - color contains mainly: red. Hex color #77252C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77252C is #88DAD3. Grayscale: #3E3E3E. Windows color (decimal): -8968916 or 2893175. OLE color: 2893175.

HSL color Cylindrical-coordinate representation of color #77252C: hue angle of 354.88º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #77252C is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB1193744-
CMYK00.690.630.53
HSL354.88º52.56%30.59%-
HSV(B)354.88º68.91%46.67%-
XYZ8.725.432.97-
YUV62.32117.67168.43-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 59.5%
GREEN value IS 37 (14.84% from 255) = 18.5%
BLUE value IS 44 (17.58% from 255) = 22%
R=59.5%
G=18.5%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119374400.690.630.53354.8852.5630.59
Hex77252C0453F35163351f
Octal1674554010577655436537
Binary11101111001011011000100010111111111010110110001111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77252C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,37,44); }

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

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

 a { background-color: rgb(119,37,44); }

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

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

 span { border-color: rgb(119,37,44); }

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