#764244

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

Shades of Tosca #764244

Tints of Tosca #764244

Color information

#764244 (or 0x764244) is unknown color: approx Tosca. HEX triplet: 76, 42 and 44. RGB value is (118,66,68). Sum of RGB (Red+Green+Blue) = 118+66+68=252 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.83% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 68 (26.95% from 255 or 26.98% from 252); Max value from RGB is 118 - color contains mainly: red. Hex color #764244 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764244 is #89BDBB. Grayscale: #515151. Windows color (decimal): -9027004 or 4473462. OLE color: 4473462.

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

Color convert

RGB1186668-
CMYK00.440.420.54
HSL357.69º28.26%36.08%-
HSV(B)357.69º44.07%46.27%-
XYZ10.468.176.49-
YUV81.78120.23153.84-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.83%
GREEN value IS 66 (26.17% from 255) = 26.19%
BLUE value IS 68 (26.95% from 255) = 26.98%
R=46.83%
G=26.19%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118666800.440.420.54357.6928.2636.08
Hex76424402C2A361661c24
Octal16610210405452665463444
Binary111011010000101000100010110010101011011010110011011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764244; }

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

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

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

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

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

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

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

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