#77454B

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

Shades of Tosca #77454B

Tints of Tosca #77454B

Color information

#77454B (or 0x77454B) is unknown color: approx Tosca. HEX triplet: 77, 45 and 4B. RGB value is (119,69,75). Sum of RGB (Red+Green+Blue) = 119+69+75=263 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.25% from 263); Green value is 69 (27.34% from 255 or 26.24% from 263); Blue value is 75 (29.69% from 255 or 28.52% from 263); Max value from RGB is 119 - color contains mainly: red. Hex color #77454B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77454B is #88BAB4. Grayscale: #545454. Windows color (decimal): -8960693 or 4932983. OLE color: 4932983.

HSL color Cylindrical-coordinate representation of color #77454B: hue angle of 352.8º 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 #77454B is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB1196975-
CMYK00.420.370.53
HSL352.8º26.6%36.86%-
HSV(B)352.8º42.02%46.67%-
XYZ11.018.697.75-
YUV84.63122.56152.51-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.25%
GREEN value IS 69 (27.34% from 255) = 26.24%
BLUE value IS 75 (29.69% from 255) = 28.52%
R=45.25%
G=26.24%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119697500.420.370.53352.826.636.86
Hex77454B02A25351611b25
Octal16710511305245655413345
Binary111011110001011001011010101010010111010110110000111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77454B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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