#774142

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

Shades of Tosca #774142

Tints of Tosca #774142

Color information

#774142 (or 0x774142) is unknown color: approx Tosca. HEX triplet: 77, 41 and 42. RGB value is (119,65,66). Sum of RGB (Red+Green+Blue) = 119+65+66=250 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.6% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 66 (26.17% from 255 or 26.4% from 250); Max value from RGB is 119 - color contains mainly: red. Hex color #774142 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774142 is #88BEBD. Grayscale: #515151. Windows color (decimal): -8961726 or 4342135. OLE color: 4342135.

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

Color convert

RGB1196566-
CMYK00.450.450.53
HSL358.89º29.35%36.08%-
HSV(B)358.89º45.38%46.67%-
XYZ10.488.16.16-
YUV81.26119.39154.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.6%
GREEN value IS 65 (25.78% from 255) = 26%
BLUE value IS 66 (26.17% from 255) = 26.4%
R=47.6%
G=26%
B=26.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119656600.450.450.53358.8929.3536.08
Hex77414202D2D351671d24
Octal16710110205555655473544
Binary111011110000011000010010110110110111010110110011111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774142; }

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

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

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

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

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

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

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

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