#774346

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

Shades of Tosca #774346

Tints of Tosca #774346

Color information

#774346 (or 0x774346) is unknown color: approx Tosca. HEX triplet: 77, 43 and 46. RGB value is (119,67,70). Sum of RGB (Red+Green+Blue) = 119+67+70=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 70 (27.73% from 255 or 27.34% from 256); Max value from RGB is 119 - color contains mainly: red. Hex color #774346 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774346 is #88BCB9. Grayscale: #525252. Windows color (decimal): -8961210 or 4604791. OLE color: 4604791.

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

Color convert

RGB1196770-
CMYK00.440.410.53
HSL356.54º27.96%36.47%-
HSV(B)356.54º43.7%46.67%-
XYZ10.728.386.85-
YUV82.89120.73153.76-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.48%
GREEN value IS 67 (26.56% from 255) = 26.17%
BLUE value IS 70 (27.73% from 255) = 27.34%
R=46.48%
G=26.17%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.41
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119677000.440.410.53356.5427.9636.47
Hex77434602C29351651c24
Octal16710310605451655453444
Binary111011110000111000110010110010100111010110110010111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774346; }

 p { color: rgb(119,67,70); }

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

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

 a { background-color: rgb(119,67,70); }

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

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

 span { border-color: rgb(119,67,70); }

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