Html Css Color HEX #784546 Tosca

📋 copy color: '#784546'

red 120 ◦ green 69 ◦ blue 70

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

Shades of Tosca #784546

Tints of Tosca #784546

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.64%

 BLUE value IS 70 (27.73% from 255) = 27.03%

R = 46.33%
G = 26.64%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.53

RGB Variations

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

Color information

#784546 (or 0x784546) is known color: Tosca. HEX triplet: 78, 45 and 46. RGB value is (120,69,70). Sum of RGB (Red+Green+Blue) = 120+69+70=259 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.33% from 259); Green value is 69 (27.34% from 255 or 26.64% from 259); Blue value is 70 (27.73% from 255 or 27.03% from 259); Max value from RGB is 120 - color contains mainly: red. Hex color #784546 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784546 is #87BAB9. Grayscale: #545454. Windows color (decimal): -8895162 or 4605304. OLE color: 4605304.

HSL color Cylindrical-coordinate representation of color #784546: hue angle of 358.82º degrees, saturation: 0.27, 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 #784546 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 69 70 -
CMYK 0 0.42 0.42 0.53
HSL 358.82º 0.27% 0.37% -
HSV(B) 358.82º 0.43% 0.47% -
XYZ 10.98 8.69 6.89 -
YUV 84.36 119.9 153.42 -
System Red Green Blue C M Y K H S L
Decimal 120 69 70 0 0.42 0.42 0.53 358.82 0.27 0.37
Hex 78 45 46 0 2A 2A 35 167 1B 25
Octal 170 105 106 0 52 52 65 547 33 45
Binary 1111000 1000101 1000110 0 101010 101010 110101 101100111 11011 100101

Color Harmonies of #784546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784546

Black with #784546

Text Example


Text Example

White with #784546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784546; }

 p { color: rgb(120,69,70); }

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

background-color css

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

 a { background-color: rgb(120,69,70); }

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

border-color css

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

 span { border-color: rgb(120,69,70); }

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