#764849

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

Shades of Tosca #764849

Tints of Tosca #764849

Color information

#764849 (or 0x764849) is unknown color: approx Tosca. HEX triplet: 76, 48 and 49. RGB value is (118,72,73). Sum of RGB (Red+Green+Blue) = 118+72+73=263 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.87% from 263); Green value is 72 (28.52% from 255 or 27.38% from 263); Blue value is 73 (28.91% from 255 or 27.76% from 263); Max value from RGB is 118 - color contains mainly: red. Hex color #764849 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764849 is #89B7B6. Grayscale: #555555. Windows color (decimal): -9025463 or 4802678. OLE color: 4802678.

HSL color Cylindrical-coordinate representation of color #764849: hue angle of 358.7º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #764849 is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB1187273-
CMYK00.390.380.54
HSL358.7º24.21%37.25%-
HSV(B)358.7º38.98%46.27%-
XYZ10.998.977.45-
YUV85.87120.74150.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.87%
GREEN value IS 72 (28.52% from 255) = 27.38%
BLUE value IS 73 (28.91% from 255) = 27.76%
R=44.87%
G=27.38%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118727300.390.380.54358.724.2137.25
Hex76484902726361671825
Octal16611011104746665473045
Binary111011010010001001001010011110011011011010110011111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764849; }

 p { color: rgb(118,72,73); }

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

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

 a { background-color: rgb(118,72,73); }

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

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

 span { border-color: rgb(118,72,73); }

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