#763D45

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

Shades of Tosca #763D45

Tints of Tosca #763D45

Color information

#763D45 (or 0x763D45) is unknown color: approx Tosca. HEX triplet: 76, 3D and 45. RGB value is (118,61,69). Sum of RGB (Red+Green+Blue) = 118+61+69=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 61 (24.22% from 255 or 24.60% from 248); Blue value is 69 (27.34% from 255 or 27.82% from 248); Max value from RGB is 118 - color contains mainly: red. Hex color #763D45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763D45 is #89C2BA. Grayscale: #4E4E4E. Windows color (decimal): -9028283 or 4537718. OLE color: 4537718.

HSL color Cylindrical-coordinate representation of color #763D45: hue angle of 351.58º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #763D45 is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.54.

Color convert

RGB1186169-
CMYK00.480.420.54
HSL351.58º31.84%35.1%-
HSV(B)351.58º48.31%46.27%-
XYZ10.217.626.56-
YUV78.96122.38155.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.58%
GREEN value IS 61 (24.22% from 255) = 24.60%
BLUE value IS 69 (27.34% from 255) = 27.82%
R=47.58%
G=24.60%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118616900.480.420.54351.5831.8435.1
Hex763D450302A361602023
Octal1667510506052665404043
Binary111011011110110001010110000101010110110101100000100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,61,69); }

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

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

 a { background-color: rgb(118,61,69); }

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

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

 span { border-color: rgb(118,61,69); }

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