#764344

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

Shades of Tosca #764344

Tints of Tosca #764344

Color information

#764344 (or 0x764344) is unknown color: approx Tosca. HEX triplet: 76, 43 and 44. RGB value is (118,67,68). Sum of RGB (Red+Green+Blue) = 118+67+68=253 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.64% from 253); Green value is 67 (26.56% from 255 or 26.48% from 253); Blue value is 68 (26.95% from 255 or 26.88% from 253); Max value from RGB is 118 - color contains mainly: red. Hex color #764344 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764344 is #89BCBB. Grayscale: #525252. Windows color (decimal): -9026748 or 4473718. OLE color: 4473718.

HSL color Cylindrical-coordinate representation of color #764344: hue angle of 358.82º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #764344 is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.54.

Color convert

RGB1186768-
CMYK00.430.420.54
HSL358.82º27.57%36.27%-
HSV(B)358.82º43.22%46.27%-
XYZ10.528.286.51-
YUV82.36119.9153.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.64%
GREEN value IS 67 (26.56% from 255) = 26.48%
BLUE value IS 68 (26.95% from 255) = 26.88%
R=46.64%
G=26.48%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118676800.430.420.54358.8227.5736.27
Hex76434402B2A361671c24
Octal16610310405352665473444
Binary111011010000111000100010101110101011011010110011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764344; }

 p { color: rgb(118,67,68); }

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

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

 a { background-color: rgb(118,67,68); }

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

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

 span { border-color: rgb(118,67,68); }

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