#784345

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

Shades of Tosca #784345

Tints of Tosca #784345

Color information

#784345 (or 0x784345) is unknown color: approx Tosca. HEX triplet: 78, 43 and 45. RGB value is (120,67,69). Sum of RGB (Red+Green+Blue) = 120+67+69=256 (33% of max value = 765). Red value is 120 (47.27% from 255 or 46.88% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 69 (27.34% from 255 or 26.95% from 256); Max value from RGB is 120 - color contains mainly: red. Hex color #784345 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784345 is #87BCBA. Grayscale: #535353. Windows color (decimal): -8895675 or 4539256. OLE color: 4539256.

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

Color convert

RGB1206769-
CMYK00.440.420.53
HSL357.74º28.34%36.67%-
HSV(B)357.74º44.17%47.06%-
XYZ10.838.446.69-
YUV83.08120.06154.34-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.88%
GREEN value IS 67 (26.56% from 255) = 26.17%
BLUE value IS 69 (27.34% from 255) = 26.95%
R=46.88%
G=26.17%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120676900.440.420.53357.7428.3436.67
Hex78434502C2A351661c25
Octal17010310505452655463445
Binary111100010000111000101010110010101011010110110011011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784345; }

 p { color: rgb(120,67,69); }

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

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

 a { background-color: rgb(120,67,69); }

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

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

 span { border-color: rgb(120,67,69); }

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