Html Css Color HEX #784249 Tosca

📋 copy color: '#784249'

red 120 ◦ green 66 ◦ blue 73

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

Shades of Tosca #784249

Tints of Tosca #784249

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.48%

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

R = 46.33%
G = 25.48%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#784249 (or 0x784249) is known color: Tosca. HEX triplet: 78, 42 and 49. RGB value is (120,66,73). Sum of RGB (Red+Green+Blue) = 120+66+73=259 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.33% from 259); Green value is 66 (26.17% from 255 or 25.48% from 259); Blue value is 73 (28.91% from 255 or 28.19% from 259); Max value from RGB is 120 - color contains mainly: red. Hex color #784249 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784249 is #87BDB6. Grayscale: #525252. Windows color (decimal): -8895927 or 4801144. OLE color: 4801144.

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

Color convert

RGB 120 66 73 -
CMYK 0 0.45 0.39 0.53
HSL 352.22º 0.29% 0.36% -
HSV(B) 352.22º 0.45% 0.47% -
XYZ 10.9 8.37 7.34 -
YUV 82.94 122.39 154.43 -
System Red Green Blue C M Y K H S L
Decimal 120 66 73 0 0.45 0.39 0.53 352.22 0.29 0.36
Hex 78 42 49 0 2D 27 35 160 1D 24
Octal 170 102 111 0 55 47 65 540 35 44
Binary 1111000 1000010 1001001 0 101101 100111 110101 101100000 11101 100100

Color Harmonies of #784249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784249

Black with #784249

Text Example


Text Example

White with #784249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784249; }

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

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

background-color css

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

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

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

border-color css

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

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

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