#77484B

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

Shades of Tosca #77484B

Tints of Tosca #77484B

Color information

#77484B (or 0x77484B) is unknown color: approx Tosca. HEX triplet: 77, 48 and 4B. RGB value is (119,72,75). Sum of RGB (Red+Green+Blue) = 119+72+75=266 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.74% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 75 (29.69% from 255 or 28.20% from 266); Max value from RGB is 119 - color contains mainly: red. Hex color #77484B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77484B is #88B7B4. Grayscale: #565656. Windows color (decimal): -8959925 or 4933751. OLE color: 4933751.

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

Color convert

RGB1197275-
CMYK00.390.370.53
HSL356.17º24.61%37.45%-
HSV(B)356.17º39.5%46.67%-
XYZ11.29.067.82-
YUV86.4121.57151.26-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.74%
GREEN value IS 72 (28.52% from 255) = 27.07%
BLUE value IS 75 (29.69% from 255) = 28.20%
R=44.74%
G=27.07%
B=28.20%

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
Decimal119727500.390.370.53356.1724.6137.45
Hex77484B02725351641925
Octal16711011304745655443145
Binary111011110010001001011010011110010111010110110010011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77484B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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