#774042

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

Shades of Tosca #774042

Tints of Tosca #774042

Color information

#774042 (or 0x774042) is unknown color: approx Tosca. HEX triplet: 77, 40 and 42. RGB value is (119,64,66). Sum of RGB (Red+Green+Blue) = 119+64+66=249 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.79% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 66 (26.17% from 255 or 26.51% from 249); Max value from RGB is 119 - color contains mainly: red. Hex color #774042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774042 is #88BFBD. Grayscale: #505050. Windows color (decimal): -8961982 or 4341879. OLE color: 4341879.

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

Color convert

RGB1196466-
CMYK00.460.450.53
HSL357.82º30.05%35.88%-
HSV(B)357.82º46.22%46.67%-
XYZ10.427.986.15-
YUV80.67119.72155.34-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.79%
GREEN value IS 64 (25.39% from 255) = 25.70%
BLUE value IS 66 (26.17% from 255) = 26.51%
R=47.79%
G=25.70%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119646600.460.450.53357.8230.0535.88
Hex77404202E2D351661e24
Octal16710010205655655463644
Binary111011110000001000010010111010110111010110110011011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774042; }

 p { color: rgb(119,64,66); }

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

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

 a { background-color: rgb(119,64,66); }

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

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

 span { border-color: rgb(119,64,66); }

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