#77454A

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

Shades of Tosca #77454A

Tints of Tosca #77454A

Color information

#77454A (or 0x77454A) is unknown color: approx Tosca. HEX triplet: 77, 45 and 4A. RGB value is (119,69,74). Sum of RGB (Red+Green+Blue) = 119+69+74=262 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.42% from 262); Green value is 69 (27.34% from 255 or 26.34% from 262); Blue value is 74 (29.30% from 255 or 28.24% from 262); Max value from RGB is 119 - color contains mainly: red. Hex color #77454A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77454A is #88BAB5. Grayscale: #545454. Windows color (decimal): -8960694 or 4867447. OLE color: 4867447.

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

Color convert

RGB1196974-
CMYK00.420.380.53
HSL354º26.6%36.86%-
HSV(B)354º42.02%46.67%-
XYZ10.978.677.57-
YUV84.52122.06152.59-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.42%
GREEN value IS 69 (27.34% from 255) = 26.34%
BLUE value IS 74 (29.30% from 255) = 28.24%
R=45.42%
G=26.34%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119697400.420.380.5335426.636.86
Hex77454A02A26351621b25
Octal16710511205246655423345
Binary111011110001011001010010101010011011010110110001011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77454A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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