#774145

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

Shades of Tosca #774145

Tints of Tosca #774145

Color information

#774145 (or 0x774145) is unknown color: approx Tosca. HEX triplet: 77, 41 and 45. RGB value is (119,65,69). Sum of RGB (Red+Green+Blue) = 119+65+69=253 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.04% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 69 (27.34% from 255 or 27.27% from 253); Max value from RGB is 119 - color contains mainly: red. Hex color #774145 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774145 is #88BEBA. Grayscale: #515151. Windows color (decimal): -8961723 or 4538743. OLE color: 4538743.

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

Color convert

RGB1196569-
CMYK00.450.420.53
HSL355.56º29.35%36.08%-
HSV(B)355.56º45.38%46.67%-
XYZ10.578.136.64-
YUV81.6120.89154.67-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.04%
GREEN value IS 65 (25.78% from 255) = 25.69%
BLUE value IS 69 (27.34% from 255) = 27.27%
R=47.04%
G=25.69%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119656900.450.420.53355.5629.3536.08
Hex77414502D2A351641d24
Octal16710110505552655443544
Binary111011110000011000101010110110101011010110110010011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774145; }

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

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

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

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

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

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

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

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