#763F40

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

Shades of Tosca #763F40

Tints of Tosca #763F40

Color information

#763F40 (or 0x763F40) is unknown color: approx Tosca. HEX triplet: 76, 3F and 40. RGB value is (118,63,64). Sum of RGB (Red+Green+Blue) = 118+63+64=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 63 (25% from 255 or 25.71% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #763F40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763F40 is #89C0BF. Grayscale: #4F4F4F. Windows color (decimal): -9027776 or 4210550. OLE color: 4210550.

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

Color convert

RGB1186364-
CMYK00.470.460.54
HSL358.91º30.39%35.49%-
HSV(B)358.91º46.61%46.27%-
XYZ10.177.785.82-
YUV79.56119.22155.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.16%
GREEN value IS 63 (25% from 255) = 25.71%
BLUE value IS 64 (25.39% from 255) = 26.12%
R=48.16%
G=25.71%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118636400.470.460.54358.9130.3935.49
Hex763F4002F2E361671e23
Octal1667710005756665473643
Binary11101101111111000000010111110111011011010110011111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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