#774648

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

Shades of Tosca #774648

Tints of Tosca #774648

Color information

#774648 (or 0x774648) is unknown color: approx Tosca. HEX triplet: 77, 46 and 48. RGB value is (119,70,72). Sum of RGB (Red+Green+Blue) = 119+70+72=261 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.59% from 261); Green value is 70 (27.73% from 255 or 26.82% from 261); Blue value is 72 (28.52% from 255 or 27.59% from 261); Max value from RGB is 119 - color contains mainly: red. Hex color #774648 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774648 is #88B9B7. Grayscale: #545454. Windows color (decimal): -8960440 or 4736631. OLE color: 4736631.

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

Color convert

RGB1197072-
CMYK00.410.390.53
HSL357.55º25.93%37.06%-
HSV(B)357.55º41.18%46.67%-
XYZ10.978.777.25-
YUV84.88120.73152.34-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.59%
GREEN value IS 70 (27.73% from 255) = 26.82%
BLUE value IS 72 (28.52% from 255) = 27.59%
R=45.59%
G=26.82%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119707200.410.390.53357.5525.9337.06
Hex77464802927351661a25
Octal16710611005147655463245
Binary111011110001101001000010100110011111010110110011011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774648; }

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

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

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

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

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

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

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

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