#774147

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

Shades of Tosca #774147

Tints of Tosca #774147

Color information

#774147 (or 0x774147) is unknown color: approx Tosca. HEX triplet: 77, 41 and 47. RGB value is (119,65,71). Sum of RGB (Red+Green+Blue) = 119+65+71=255 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.67% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 71 (28.12% from 255 or 27.84% from 255); Max value from RGB is 119 - color contains mainly: red. Hex color #774147 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774147 is #88BEB8. Grayscale: #515151. Windows color (decimal): -8961721 or 4669815. OLE color: 4669815.

HSL color Cylindrical-coordinate representation of color #774147: hue angle of 353.33º 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 #774147 is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB1196571-
CMYK00.450.400.53
HSL353.33º29.35%36.08%-
HSV(B)353.33º45.38%46.67%-
XYZ10.648.166.98-
YUV81.83121.89154.51-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.67%
GREEN value IS 65 (25.78% from 255) = 25.49%
BLUE value IS 71 (28.12% from 255) = 27.84%
R=46.67%
G=25.49%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119657100.450.400.53353.3329.3536.08
Hex77414702D28351611d24
Octal16710110705550655413544
Binary111011110000011000111010110110100011010110110000111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774147; }

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

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

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

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

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

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

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

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