Html Css Color HEX #78444A Tosca

📋 copy color: '#78444A'

red 120 ◦ green 68 ◦ blue 74

#78444A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tosca #78444A

Tints of Tosca #78444A

RGB

 RED value IS 120 (47.27% from 255) = 45.8%

 GREEN value IS 68 (26.95% from 255) = 25.95%

 BLUE value IS 74 (29.3% from 255) = 28.24%

R = 45.8%
G = 25.95%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#78444A (or 0x78444A) is known color: Tosca. HEX triplet: 78, 44 and 4A. RGB value is (120,68,74). Sum of RGB (Red+Green+Blue) = 120+68+74=262 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.80% from 262); Green value is 68 (26.95% from 255 or 25.95% from 262); Blue value is 74 (29.30% from 255 or 28.24% from 262); Max value from RGB is 120 - color contains mainly: red. Hex color #78444A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78444A is #87BBB5. Grayscale: #545454. Windows color (decimal): -8895414 or 4867192. OLE color: 4867192.

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

Color convert

RGB 120 68 74 -
CMYK 0 0.43 0.38 0.53
HSL 353.08º 0.28% 0.37% -
HSV(B) 353.08º 0.43% 0.47% -
XYZ 11.05 8.62 7.56 -
YUV 84.23 122.23 153.51 -
System Red Green Blue C M Y K H S L
Decimal 120 68 74 0 0.43 0.38 0.53 353.08 0.28 0.37
Hex 78 44 4A 0 2B 26 35 161 1C 25
Octal 170 104 112 0 53 46 65 541 34 45
Binary 1111000 1000100 1001010 0 101011 100110 110101 101100001 11100 100101

Color Harmonies of #78444A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78444A

Black with #78444A

Text Example


Text Example

White with #78444A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #78444A;
 }
 .AnyTagClassName
 {
   color: #78444A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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