#763B3E

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

Shades of Tosca #763B3E

Tints of Tosca #763B3E

Color information

#763B3E (or 0x763B3E) is unknown color: approx Tosca. HEX triplet: 76, 3B and 3E. RGB value is (118,59,62). Sum of RGB (Red+Green+Blue) = 118+59+62=239 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.37% from 239); Green value is 59 (23.44% from 255 or 24.69% from 239); Blue value is 62 (24.61% from 255 or 25.94% from 239); Max value from RGB is 118 - color contains mainly: red. Hex color #763B3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763B3E is #89C4C1. Grayscale: #4D4D4D. Windows color (decimal): -9028802 or 4078454. OLE color: 4078454.

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

Color convert

RGB1185962-
CMYK00.500.470.54
HSL356.95º33.33%34.71%-
HSV(B)356.95º50%46.27%-
XYZ9.97.335.45-
YUV76.98119.55157.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.37%
GREEN value IS 59 (23.44% from 255) = 24.69%
BLUE value IS 62 (24.61% from 255) = 25.94%
R=49.37%
G=24.69%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118596200.500.470.54356.9533.3334.71
Hex763B3E0322F361652123
Octal166737606257665454143
Binary11101101110111111100110010101111110110101100101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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