#774144

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

Shades of Tosca #774144

Tints of Tosca #774144

Color information

#774144 (or 0x774144) is unknown color: approx Tosca. HEX triplet: 77, 41 and 44. RGB value is (119,65,68). Sum of RGB (Red+Green+Blue) = 119+65+68=252 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.22% from 252); Green value is 65 (25.78% from 255 or 25.79% from 252); Blue value is 68 (26.95% from 255 or 26.98% from 252); Max value from RGB is 119 - color contains mainly: red. Hex color #774144 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774144 is #88BEBB. Grayscale: #515151. Windows color (decimal): -8961724 or 4473207. OLE color: 4473207.

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

Color convert

RGB1196568-
CMYK00.450.430.53
HSL356.67º29.35%36.08%-
HSV(B)356.67º45.38%46.67%-
XYZ10.548.126.48-
YUV81.49120.39154.76-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.22%
GREEN value IS 65 (25.78% from 255) = 25.79%
BLUE value IS 68 (26.95% from 255) = 26.98%
R=47.22%
G=25.79%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.43
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119656800.450.430.53356.6729.3536.08
Hex77414402D2B351651d24
Octal16710110405553655453544
Binary111011110000011000100010110110101111010110110010111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774144; }

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

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

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

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

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

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

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

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