#77474A

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

Shades of Tosca #77474A

Tints of Tosca #77474A

Color information

#77474A (or 0x77474A) is unknown color: approx Tosca. HEX triplet: 77, 47 and 4A. RGB value is (119,71,74). Sum of RGB (Red+Green+Blue) = 119+71+74=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 74 (29.30% from 255 or 28.03% from 264); Max value from RGB is 119 - color contains mainly: red. Hex color #77474A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77474A is #88B8B5. Grayscale: #555555. Windows color (decimal): -8960182 or 4867959. OLE color: 4867959.

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

Color convert

RGB1197174-
CMYK00.400.380.53
HSL356.25º25.26%37.25%-
HSV(B)356.25º40.34%46.67%-
XYZ11.18.927.62-
YUV85.69121.4151.76-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.08%
GREEN value IS 71 (28.12% from 255) = 26.89%
BLUE value IS 74 (29.30% from 255) = 28.03%
R=45.08%
G=26.89%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119717400.400.380.53356.2525.2637.25
Hex77474A02826351641925
Octal16710711205046655443145
Binary111011110001111001010010100010011011010110110010011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77474A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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