#763D40

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

Shades of Tosca #763D40

Tints of Tosca #763D40

Color information

#763D40 (or 0x763D40) is unknown color: approx Tosca. HEX triplet: 76, 3D and 40. RGB value is (118,61,64). Sum of RGB (Red+Green+Blue) = 118+61+64=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 61 (24.22% from 255 or 25.10% from 243); Blue value is 64 (25.39% from 255 or 26.34% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #763D40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763D40 is #89C2BF. Grayscale: #4E4E4E. Windows color (decimal): -9028288 or 4210038. OLE color: 4210038.

HSL color Cylindrical-coordinate representation of color #763D40: hue angle of 356.84º 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 #763D40 is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB1186164-
CMYK00.480.460.54
HSL356.84º31.84%35.1%-
HSV(B)356.84º48.31%46.27%-
XYZ10.077.565.78-
YUV78.39119.88156.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.56%
GREEN value IS 61 (24.22% from 255) = 25.10%
BLUE value IS 64 (25.39% from 255) = 26.34%
R=48.56%
G=25.10%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118616400.480.460.54356.8431.8435.1
Hex763D400302E361652023
Octal1667510006056665454043
Binary111011011110110000000110000101110110110101100101100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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