#77494A

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

Shades of Tosca #77494A

Tints of Tosca #77494A

Color information

#77494A (or 0x77494A) is unknown color: approx Tosca. HEX triplet: 77, 49 and 4A. RGB value is (119,73,74). Sum of RGB (Red+Green+Blue) = 119+73+74=266 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.74% from 266); Green value is 73 (28.91% from 255 or 27.44% from 266); Blue value is 74 (29.30% from 255 or 27.82% from 266); Max value from RGB is 119 - color contains mainly: red. Hex color #77494A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77494A is #88B6B5. Grayscale: #565656. Windows color (decimal): -8959670 or 4868471. OLE color: 4868471.

HSL color Cylindrical-coordinate representation of color #77494A: hue angle of 358.7º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #77494A is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB1197374-
CMYK00.390.380.53
HSL358.7º23.96%37.65%-
HSV(B)358.7º38.66%46.67%-
XYZ11.239.187.66-
YUV86.87120.74150.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.74%
GREEN value IS 73 (28.91% from 255) = 27.44%
BLUE value IS 74 (29.30% from 255) = 27.82%
R=44.74%
G=27.44%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119737400.390.380.53358.723.9637.65
Hex77494A02726351671826
Octal16711111204746655473046
Binary111011110010011001010010011110011011010110110011111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77494A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77494A; }

 p { color: rgb(119,73,74); }

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

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

 a { background-color: rgb(119,73,74); }

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

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

 span { border-color: rgb(119,73,74); }

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