#764548

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

Shades of Tosca #764548

Tints of Tosca #764548

Color information

#764548 (or 0x764548) is unknown color: approx Tosca. HEX triplet: 76, 45 and 48. RGB value is (118,69,72). Sum of RGB (Red+Green+Blue) = 118+69+72=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 69 (27.34% from 255 or 26.64% from 259); Blue value is 72 (28.52% from 255 or 27.80% from 259); Max value from RGB is 118 - color contains mainly: red. Hex color #764548 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764548 is #89BAB7. Grayscale: #545454. Windows color (decimal): -9026232 or 4736374. OLE color: 4736374.

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

Color convert

RGB1186972-
CMYK00.420.390.54
HSL356.33º26.2%36.67%-
HSV(B)356.33º41.53%46.27%-
XYZ10.778.587.22-
YUV83.99121.23152.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.56%
GREEN value IS 69 (27.34% from 255) = 26.64%
BLUE value IS 72 (28.52% from 255) = 27.80%
R=45.56%
G=26.64%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.39
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118697200.420.390.54356.3326.236.67
Hex76454802A27361641a25
Octal16610511005247665443245
Binary111011010001011001000010101010011111011010110010011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764548; }

 p { color: rgb(118,69,72); }

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

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

 a { background-color: rgb(118,69,72); }

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

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

 span { border-color: rgb(118,69,72); }

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