#774146

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

Shades of Tosca #774146

Tints of Tosca #774146

Color information

#774146 (or 0x774146) is unknown color: approx Tosca. HEX triplet: 77, 41 and 46. RGB value is (119,65,70). Sum of RGB (Red+Green+Blue) = 119+65+70=254 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.85% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 70 (27.73% from 255 or 27.56% from 254); Max value from RGB is 119 - color contains mainly: red. Hex color #774146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774146 is #88BEB9. Grayscale: #515151. Windows color (decimal): -8961722 or 4604279. OLE color: 4604279.

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

Color convert

RGB1196570-
CMYK00.450.410.53
HSL354.44º29.35%36.08%-
HSV(B)354.44º45.38%46.67%-
XYZ10.68.146.81-
YUV81.72121.39154.59-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.85%
GREEN value IS 65 (25.78% from 255) = 25.59%
BLUE value IS 70 (27.73% from 255) = 27.56%
R=46.85%
G=25.59%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.41
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119657000.450.410.53354.4429.3536.08
Hex77414602D29351621d24
Octal16710110605551655423544
Binary111011110000011000110010110110100111010110110001011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774146; }

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

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

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

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

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

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

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

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