#764347

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

Shades of Tosca #764347

Tints of Tosca #764347

Color information

#764347 (or 0x764347) is unknown color: approx Tosca. HEX triplet: 76, 43 and 47. RGB value is (118,67,71). Sum of RGB (Red+Green+Blue) = 118+67+71=256 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.09% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 71 (28.12% from 255 or 27.73% from 256); Max value from RGB is 118 - color contains mainly: red. Hex color #764347 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764347 is #89BCB8. Grayscale: #525252. Windows color (decimal): -9026745 or 4670326. OLE color: 4670326.

HSL color Cylindrical-coordinate representation of color #764347: hue angle of 355.29º 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 #764347 is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.54.

Color convert

RGB1186771-
CMYK00.430.400.54
HSL355.29º27.57%36.27%-
HSV(B)355.29º43.22%46.27%-
XYZ10.628.327.01-
YUV82.7121.4153.17-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.09%
GREEN value IS 67 (26.56% from 255) = 26.17%
BLUE value IS 71 (28.12% from 255) = 27.73%
R=46.09%
G=26.17%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118677100.430.400.54355.2927.5736.27
Hex76434702B28361631c24
Octal16610310705350665433444
Binary111011010000111000111010101110100011011010110001111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764347; }

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

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

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

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

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

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

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

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