#774044

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

Shades of Tosca #774044

Tints of Tosca #774044

Color information

#774044 (or 0x774044) is unknown color: approx Tosca. HEX triplet: 77, 40 and 44. RGB value is (119,64,68). Sum of RGB (Red+Green+Blue) = 119+64+68=251 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.41% from 251); Green value is 64 (25.39% from 255 or 25.50% from 251); Blue value is 68 (26.95% from 255 or 27.09% from 251); Max value from RGB is 119 - color contains mainly: red. Hex color #774044 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774044 is #88BFBB. Grayscale: #505050. Windows color (decimal): -8961980 or 4472951. OLE color: 4472951.

HSL color Cylindrical-coordinate representation of color #774044: hue angle of 355.64º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #774044 is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.53.

Color convert

RGB1196468-
CMYK00.460.430.53
HSL355.64º30.05%35.88%-
HSV(B)355.64º46.22%46.67%-
XYZ10.488.016.46-
YUV80.9120.72155.17-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.41%
GREEN value IS 64 (25.39% from 255) = 25.50%
BLUE value IS 68 (26.95% from 255) = 27.09%
R=47.41%
G=25.50%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.43
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119646800.460.430.53355.6430.0535.88
Hex77404402E2B351641e24
Octal16710010405653655443644
Binary111011110000001000100010111010101111010110110010011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774044; }

 p { color: rgb(119,64,68); }

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

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

 a { background-color: rgb(119,64,68); }

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

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

 span { border-color: rgb(119,64,68); }

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