#774849

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

Shades of Tosca #774849

Tints of Tosca #774849

Color information

#774849 (or 0x774849) is unknown color: approx Tosca. HEX triplet: 77, 48 and 49. RGB value is (119,72,73). Sum of RGB (Red+Green+Blue) = 119+72+73=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 72 (28.52% from 255 or 27.27% from 264); Blue value is 73 (28.91% from 255 or 27.65% from 264); Max value from RGB is 119 - color contains mainly: red. Hex color #774849 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774849 is #88B7B6. Grayscale: #565656. Windows color (decimal): -8959927 or 4802679. OLE color: 4802679.

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

Color convert

RGB1197273-
CMYK00.390.390.53
HSL358.72º24.61%37.45%-
HSV(B)358.72º39.5%46.67%-
XYZ11.139.047.46-
YUV86.17120.57151.42-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.08%
GREEN value IS 72 (28.52% from 255) = 27.27%
BLUE value IS 73 (28.91% from 255) = 27.65%
R=45.08%
G=27.27%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119727300.390.390.53358.7224.6137.45
Hex77484902727351671925
Octal16711011104747655473145
Binary111011110010001001001010011110011111010110110011111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774849; }

 p { color: rgb(119,72,73); }

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

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

 a { background-color: rgb(119,72,73); }

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

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

 span { border-color: rgb(119,72,73); }

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