Html Css Color HEX #78494A Tosca

📋 copy color: '#78494A'

red 120 ◦ green 73 ◦ blue 74

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

Shades of Tosca #78494A

Tints of Tosca #78494A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.34%

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

R = 44.94%
G = 27.34%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#78494A (or 0x78494A) is known color: Tosca. HEX triplet: 78, 49 and 4A. RGB value is (120,73,74). Sum of RGB (Red+Green+Blue) = 120+73+74=267 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.94% from 267); Green value is 73 (28.91% from 255 or 27.34% from 267); Blue value is 74 (29.30% from 255 or 27.72% from 267); Max value from RGB is 120 - color contains mainly: red. Hex color #78494A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78494A is #87B6B5. Grayscale: #575757. Windows color (decimal): -8894134 or 4868472. OLE color: 4868472.

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

Color convert

RGB 120 73 74 -
CMYK 0 0.39 0.38 0.53
HSL 358.72º 0.24% 0.38% -
HSV(B) 358.72º 0.39% 0.47% -
XYZ 11.36 9.25 7.67 -
YUV 87.17 120.57 151.42 -
System Red Green Blue C M Y K H S L
Decimal 120 73 74 0 0.39 0.38 0.53 358.72 0.24 0.38
Hex 78 49 4A 0 27 26 35 167 18 26
Octal 170 111 112 0 47 46 65 547 30 46
Binary 1111000 1001001 1001010 0 100111 100110 110101 101100111 11000 100110

Color Harmonies of #78494A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78494A

Black with #78494A

Text Example


Text Example

White with #78494A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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