#774245

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

Shades of Tosca #774245

Tints of Tosca #774245

Color information

#774245 (or 0x774245) is unknown color: approx Tosca. HEX triplet: 77, 42 and 45. RGB value is (119,66,69). Sum of RGB (Red+Green+Blue) = 119+66+69=254 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.85% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 69 (27.34% from 255 or 27.17% from 254); Max value from RGB is 119 - color contains mainly: red. Hex color #774245 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774245 is #88BDBA. Grayscale: #525252. Windows color (decimal): -8961467 or 4538999. OLE color: 4538999.

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

Color convert

RGB1196669-
CMYK00.450.420.53
HSL356.6º28.65%36.27%-
HSV(B)356.6º44.54%46.67%-
XYZ10.638.256.66-
YUV82.19120.56154.26-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.85%
GREEN value IS 66 (26.17% from 255) = 25.98%
BLUE value IS 69 (27.34% from 255) = 27.17%
R=46.85%
G=25.98%
B=27.17%

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
Decimal119666900.450.420.53356.628.6536.27
Hex77424502D2A351651d24
Octal16710210505552655453544
Binary111011110000101000101010110110101011010110110010111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774245; }

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

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

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

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

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

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

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

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