Html Css Color HEX #784246 Tosca

📋 copy color: '#784246'

red 120 ◦ green 66 ◦ blue 70

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

Shades of Tosca #784246

Tints of Tosca #784246

RGB

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

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

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

R = 46.88%
G = 25.78%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.42

 K value IS 0.53

RGB Variations

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

Color information

#784246 (or 0x784246) is known color: Tosca. HEX triplet: 78, 42 and 46. RGB value is (120,66,70). Sum of RGB (Red+Green+Blue) = 120+66+70=256 (33% of max value = 765). Red value is 120 (47.27% from 255 or 46.88% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 70 (27.73% from 255 or 27.34% from 256); Max value from RGB is 120 - color contains mainly: red. Hex color #784246 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784246 is #87BDB9. Grayscale: #525252. Windows color (decimal): -8895930 or 4604536. OLE color: 4604536.

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

Color convert

RGB 120 66 70 -
CMYK 0 0.45 0.42 0.53
HSL 355.56º 0.29% 0.36% -
HSV(B) 355.56º 0.45% 0.47% -
XYZ 10.8 8.33 6.83 -
YUV 82.6 120.89 154.67 -
System Red Green Blue C M Y K H S L
Decimal 120 66 70 0 0.45 0.42 0.53 355.56 0.29 0.36
Hex 78 42 46 0 2D 2A 35 164 1D 24
Octal 170 102 106 0 55 52 65 544 35 44
Binary 1111000 1000010 1000110 0 101101 101010 110101 101100100 11101 100100

Color Harmonies of #784246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784246

Black with #784246

Text Example


Text Example

White with #784246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784246; }

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

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

background-color css

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

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

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

border-color css

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

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

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