#773234

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

Shades of Tamarillo #773234

Tints of Tamarillo #773234

Color information

#773234 (or 0x773234) is unknown color: approx Tamarillo. HEX triplet: 77, 32 and 34. RGB value is (119,50,52). Sum of RGB (Red+Green+Blue) = 119+50+52=221 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.85% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 52 (20.70% from 255 or 23.53% from 221); Max value from RGB is 119 - color contains mainly: red. Hex color #773234 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773234 is #88CDCB. Grayscale: #464646. Windows color (decimal): -8965580 or 3420791. OLE color: 3420791.

HSL color Cylindrical-coordinate representation of color #773234: hue angle of 358.26º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #773234 is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB1195052-
CMYK00.580.560.53
HSL358.26º40.83%33.14%-
HSV(B)358.26º57.98%46.67%-
XYZ9.376.454-
YUV70.86117.36162.34-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.85%
GREEN value IS 50 (19.92% from 255) = 22.62%
BLUE value IS 52 (20.70% from 255) = 23.53%
R=53.85%
G=22.62%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119505200.580.560.53358.2640.8333.14
Hex77323403A38351662921
Octal167626407270655465141
Binary11101111100101101000111010111000110101101100110101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773234; }

 p { color: rgb(119,50,52); }

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

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

 a { background-color: rgb(119,50,52); }

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

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

 span { border-color: rgb(119,50,52); }

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