Html Css Color HEX #784849 Tosca

📋 copy color: '#784849'

red 120 ◦ green 72 ◦ blue 73

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

Shades of Tosca #784849

Tints of Tosca #784849

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.17%

 BLUE value IS 73 (28.91% from 255) = 27.55%

R = 45.28%
G = 27.17%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#784849 (or 0x784849) is known color: Tosca. HEX triplet: 78, 48 and 49. RGB value is (120,72,73). Sum of RGB (Red+Green+Blue) = 120+72+73=265 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.28% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 73 (28.91% from 255 or 27.55% from 265); Max value from RGB is 120 - color contains mainly: red. Hex color #784849 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784849 is #87B7B6. Grayscale: #565656. Windows color (decimal): -8894391 or 4802680. OLE color: 4802680.

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

Color convert

RGB 120 72 73 -
CMYK 0 0.40 0.39 0.53
HSL 358.75º 0.25% 0.38% -
HSV(B) 358.75º 0.4% 0.47% -
XYZ 11.27 9.11 7.47 -
YUV 86.47 120.4 151.92 -
System Red Green Blue C M Y K H S L
Decimal 120 72 73 0 0.40 0.39 0.53 358.75 0.25 0.38
Hex 78 48 49 0 28 27 35 167 19 26
Octal 170 110 111 0 50 47 65 547 31 46
Binary 1111000 1001000 1001001 0 101000 100111 110101 101100111 11001 100110

Color Harmonies of #784849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784849

Black with #784849

Text Example


Text Example

White with #784849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784849; }

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

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

background-color css

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

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

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

border-color css

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

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

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