#774447

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

Shades of Tosca #774447

Tints of Tosca #774447

Color information

#774447 (or 0x774447) is unknown color: approx Tosca. HEX triplet: 77, 44 and 47. RGB value is (119,68,71). Sum of RGB (Red+Green+Blue) = 119+68+71=258 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.12% from 258); Green value is 68 (26.95% from 255 or 26.36% from 258); Blue value is 71 (28.12% from 255 or 27.52% from 258); Max value from RGB is 119 - color contains mainly: red. Hex color #774447 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774447 is #88BBB8. Grayscale: #535353. Windows color (decimal): -8960953 or 4670583. OLE color: 4670583.

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

Color convert

RGB1196871-
CMYK00.430.400.53
HSL356.47º27.27%36.67%-
HSV(B)356.47º42.86%46.67%-
XYZ10.818.517.03-
YUV83.59120.9153.26-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.12%
GREEN value IS 68 (26.95% from 255) = 26.36%
BLUE value IS 71 (28.12% from 255) = 27.52%
R=46.12%
G=26.36%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119687100.430.400.53356.4727.2736.67
Hex77444702B28351641b25
Octal16710410705350655443345
Binary111011110001001000111010101110100011010110110010011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774447; }

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

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

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

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

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

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

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

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