#77494B

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

Shades of Tosca #77494B

Tints of Tosca #77494B

Color information

#77494B (or 0x77494B) is unknown color: approx Tosca. HEX triplet: 77, 49 and 4B. RGB value is (119,73,75). Sum of RGB (Red+Green+Blue) = 119+73+75=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 73 (28.91% from 255 or 27.34% from 267); Blue value is 75 (29.69% from 255 or 28.09% from 267); Max value from RGB is 119 - color contains mainly: red. Hex color #77494B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77494B is #88B6B4. Grayscale: #575757. Windows color (decimal): -8959669 or 4934007. OLE color: 4934007.

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

Color convert

RGB1197375-
CMYK00.390.370.53
HSL357.39º23.96%37.65%-
HSV(B)357.39º38.66%46.67%-
XYZ11.269.27.84-
YUV86.98121.24150.84-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.57%
GREEN value IS 73 (28.91% from 255) = 27.34%
BLUE value IS 75 (29.69% from 255) = 28.09%
R=44.57%
G=27.34%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119737500.390.370.53357.3923.9637.65
Hex77494B02725351651826
Octal16711111304745655453046
Binary111011110010011001011010011110010111010110110010111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77494B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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