#784145

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

Shades of Tosca #784145

Tints of Tosca #784145

Color information

#784145 (or 0x784145) is unknown color: approx Tosca. HEX triplet: 78, 41 and 45. RGB value is (120,65,69). Sum of RGB (Red+Green+Blue) = 120+65+69=254 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.24% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 69 (27.34% from 255 or 27.17% from 254); Max value from RGB is 120 - color contains mainly: red. Hex color #784145 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784145 is #87BEBA. Grayscale: #515151. Windows color (decimal): -8896187 or 4538744. OLE color: 4538744.

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

Color convert

RGB1206569-
CMYK00.460.420.53
HSL355.64º29.73%36.27%-
HSV(B)355.64º45.83%47.06%-
XYZ10.718.26.65-
YUV81.9120.72155.17-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.24%
GREEN value IS 65 (25.78% from 255) = 25.59%
BLUE value IS 69 (27.34% from 255) = 27.17%
R=47.24%
G=25.59%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120656900.460.420.53355.6429.7336.27
Hex78414502E2A351641e24
Octal17010110505652655443644
Binary111100010000011000101010111010101011010110110010011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784145; }

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

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

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

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

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

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

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

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