#77444C

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

Shades of Tosca #77444C

Tints of Tosca #77444C

Color information

#77444C (or 0x77444C) is unknown color: approx Tosca. HEX triplet: 77, 44 and 4C. RGB value is (119,68,76). Sum of RGB (Red+Green+Blue) = 119+68+76=263 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.25% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 76 (30.08% from 255 or 28.90% from 263); Max value from RGB is 119 - color contains mainly: red. Hex color #77444C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77444C is #88BBB3. Grayscale: #545454. Windows color (decimal): -8960948 or 4998263. OLE color: 4998263.

HSL color Cylindrical-coordinate representation of color #77444C: hue angle of 350.59º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #77444C is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB1196876-
CMYK00.430.360.53
HSL350.59º27.27%36.67%-
HSV(B)350.59º42.86%46.67%-
XYZ10.988.587.91-
YUV84.16123.4152.85-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.25%
GREEN value IS 68 (26.95% from 255) = 25.86%
BLUE value IS 76 (30.08% from 255) = 28.90%
R=45.25%
G=25.86%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119687600.430.360.53350.5927.2736.67
Hex77444C02B243515f1b25
Octal16710411405344655373345
Binary111011110001001001100010101110010011010110101111111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77444C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77444C; }

 p { color: rgb(119,68,76); }

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

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

 a { background-color: rgb(119,68,76); }

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

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

 span { border-color: rgb(119,68,76); }

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