#784348

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

Shades of Tosca #784348

Tints of Tosca #784348

Color information

#784348 (or 0x784348) is unknown color: approx Tosca. HEX triplet: 78, 43 and 48. RGB value is (120,67,72). Sum of RGB (Red+Green+Blue) = 120+67+72=259 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.33% from 259); Green value is 67 (26.56% from 255 or 25.87% from 259); Blue value is 72 (28.52% from 255 or 27.80% from 259); Max value from RGB is 120 - color contains mainly: red. Hex color #784348 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784348 is #87BCB7. Grayscale: #535353. Windows color (decimal): -8895672 or 4735864. OLE color: 4735864.

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

Color convert

RGB1206772-
CMYK00.440.400.53
HSL354.34º28.34%36.67%-
HSV(B)354.34º44.17%47.06%-
XYZ10.928.487.19-
YUV83.42121.56154.09-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.33%
GREEN value IS 67 (26.56% from 255) = 25.87%
BLUE value IS 72 (28.52% from 255) = 27.80%
R=46.33%
G=25.87%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120677200.440.400.53354.3428.3436.67
Hex78434802C28351621c25
Octal17010311005450655423445
Binary111100010000111001000010110010100011010110110001011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784348; }

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

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

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

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

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

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

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

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