#78434A

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

Shades of Tosca #78434A

Tints of Tosca #78434A

Color information

#78434A (or 0x78434A) is unknown color: approx Tosca. HEX triplet: 78, 43 and 4A. RGB value is (120,67,74). Sum of RGB (Red+Green+Blue) = 120+67+74=261 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.98% from 261); Green value is 67 (26.56% from 255 or 25.67% from 261); Blue value is 74 (29.30% from 255 or 28.35% from 261); Max value from RGB is 120 - color contains mainly: red. Hex color #78434A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78434A is #87BCB5. Grayscale: #535353. Windows color (decimal): -8895670 or 4866936. OLE color: 4866936.

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

Color convert

RGB1206774-
CMYK00.440.380.53
HSL352.08º28.34%36.67%-
HSV(B)352.08º44.17%47.06%-
XYZ10.998.57.54-
YUV83.65122.56153.93-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.98%
GREEN value IS 67 (26.56% from 255) = 25.67%
BLUE value IS 74 (29.30% from 255) = 28.35%
R=45.98%
G=25.67%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120677400.440.380.53352.0828.3436.67
Hex78434A02C26351601c25
Octal17010311205446655403445
Binary111100010000111001010010110010011011010110110000011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78434A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78434A; }

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

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

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

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

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

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

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

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