#77464D

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

Shades of Tosca #77464D

Tints of Tosca #77464D

Color information

#77464D (or 0x77464D) is unknown color: approx Tosca. HEX triplet: 77, 46 and 4D. RGB value is (119,70,77). Sum of RGB (Red+Green+Blue) = 119+70+77=266 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.74% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 77 (30.47% from 255 or 28.95% from 266); Max value from RGB is 119 - color contains mainly: red. Hex color #77464D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77464D is #88B9B2. Grayscale: #555555. Windows color (decimal): -8960435 or 5064311. OLE color: 5064311.

HSL color Cylindrical-coordinate representation of color #77464D: hue angle of 351.43º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #77464D is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB1197077-
CMYK00.410.350.53
HSL351.43º25.93%37.06%-
HSV(B)351.43º41.18%46.67%-
XYZ11.148.848.14-
YUV85.45123.23151.93-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.74%
GREEN value IS 70 (27.73% from 255) = 26.32%
BLUE value IS 77 (30.47% from 255) = 28.95%
R=44.74%
G=26.32%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119707700.410.350.53351.4325.9337.06
Hex77464D029233515f1a25
Octal16710611505143655373245
Binary111011110001101001101010100110001111010110101111111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77464D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77464D; }

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

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

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

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

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

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

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

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