#763B42

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

Shades of Tosca #763B42

Tints of Tosca #763B42

Color information

#763B42 (or 0x763B42) is unknown color: approx Tosca. HEX triplet: 76, 3B and 42. RGB value is (118,59,66). Sum of RGB (Red+Green+Blue) = 118+59+66=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 59 (23.44% from 255 or 24.28% from 243); Blue value is 66 (26.17% from 255 or 27.16% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #763B42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763B42 is #89C4BD. Grayscale: #4D4D4D. Windows color (decimal): -9028798 or 4340598. OLE color: 4340598.

HSL color Cylindrical-coordinate representation of color #763B42: hue angle of 352.88º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #763B42 is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB1185966-
CMYK00.500.440.54
HSL352.88º33.33%34.71%-
HSV(B)352.88º50%46.27%-
XYZ10.027.376.05-
YUV77.44121.55156.93-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.56%
GREEN value IS 59 (23.44% from 255) = 24.28%
BLUE value IS 66 (26.17% from 255) = 27.16%
R=48.56%
G=24.28%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118596600.500.440.54352.8833.3334.71
Hex763B420322C361612123
Octal1667310206254665414143
Binary111011011101110000100110010101100110110101100001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763B42; }

 p { color: rgb(118,59,66); }

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

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

 a { background-color: rgb(118,59,66); }

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

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

 span { border-color: rgb(118,59,66); }

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